ViewResultBase.Model Property

Gets the view data model.

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 ViewResultBase 
Dim value As Object 

value = instance.Model

Property Value

Type: System.Object
The view data model.
Show: