DefaultModelBinder.CreateSubPropertyName(String, String) Method

Definition

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.

Applies to