ViewMasterPage.ViewContext Property

Gets the view context.

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

'Declaration
Public ReadOnly Property ViewContext As ViewContext 
	Get
'Usage
Dim instance As ViewMasterPage 
Dim value As ViewContext 

value = instance.ViewContext

Property Value

Type: System.Web.Mvc.ViewContext
The view context.
Show: