ModelBindingContext.ModelType Property

Gets or sets the type of the model.

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

function get ModelType () : Type 
function set ModelType (value : Type)

Property Value

Type: System.Type
The type of the model.
Show: