DefaultModelBinder.CreateSubPropertyName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the name of the subproperty by using the specified prefix and property name.
protected internal static string CreateSubPropertyName(string prefix, string propertyName);
static member CreateSubPropertyName : string * string -> string
Protected Friend Shared Function CreateSubPropertyName (prefix As String, propertyName As String) As String
Parameters
- prefix
- String
The prefix for the subproperty.
- propertyName
- String
The name of the property.
Returns
The name of the subproperty.