WebViewPage<TModel>::Model Property

Gets the Model property of the associated ViewDataDictionary object.

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

public:
property TModel Model {
	TModel get ();
}

Property Value

Type: TModel
The Model property of the associated ViewDataDictionary object.
Show: