Share via


ExtensibleModelBindingContext.ModelType Property

 

Gets the type of the model.

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

Syntax

public Type ModelType { get; }
public:
property Type^ ModelType {
    Type^ get();
}
member ModelType : Type with get
Public ReadOnly Property ModelType As Type

Property Value

Type: System.Type

The type of the model.

See Also

ExtensibleModelBindingContext Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top