ViewStartPage.ViewContext Property

When implemented in a derived class, gets the view context for the view start page.

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 ViewStartPage 
Dim value As ViewContext 

value = instance.ViewContext

Property Value

Type: System.Web.Mvc.ViewContext
The view context for the view start page.
Show: