ViewPage.Model Property

Gets the Model property of the associated ViewDataDictionary object.

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

'Declaration
Public ReadOnly Property Model As Object 
	Get
'Usage
Dim instance As ViewPage 
Dim value As Object 

value = instance.Model

Property Value

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