This documentation is archived and is not being maintained.
ViewMasterPage(Of TModel).Model Property
Namespace:
System.Web.Mvc Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Public ReadOnly Property Model As TModel
Get
'Usage
Dim instance As ViewMasterPage
Dim value As TModel
value = instance.Model
Property Value
Type:
TModelA reference to the data model.