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)

public:
virtual property ViewContext^ ViewContext {
	ViewContext^ get () sealed;
}

Property Value

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