ExtensibleModelBindingContext.Model Property
Gets or sets the model.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public object Model { get; set; }
public:
property Object^ Model {
Object^ get();
void set(Object^ value);
}
member Model : Object with get, set
Public Property Model As Object
Property Value
Type: System.Object
The model.
See Also
ExtensibleModelBindingContext Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top