ExtensibleModelBindingContext.ModelName Property

 

Gets or sets the name of the model.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public string ModelName { get; set; }
public:
property String^ ModelName {
    String^ get();
    void set(String^ value);
}
member ModelName : string with get, set
Public Property ModelName As String

Property Value

Type: System.String

The name of the model.

See Also

ExtensibleModelBindingContext Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top