DefaultModelBinder.CreateSubPropertyName Method

Creates the name of the subproperty by using the specified prefix and property name.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

static function CreateSubPropertyName(
	prefix : String, 
	propertyName : String
) : String

Parameters

prefix
Type: System.String
The prefix for the subproperty.
propertyName
Type: System.String
The name of the property.

Return Value

Type: System.String
The name of the subproperty.
Show: