This documentation is archived and is not being maintained.
ViewDataDictionary<TModel>::Model Property
Namespace:
System.Web.Mvc Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
public:
property TModel Model {
TModel get ();
void set (TModel value);
}
Property Value
Type:
TModelA reference to the data model.