ViewStartPage.ViewContext Property

Definition

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

public System.Web.Mvc.ViewContext ViewContext { get; }
member this.ViewContext : System.Web.Mvc.ViewContext
Public ReadOnly Property ViewContext As ViewContext

Property Value

The view context for the view start page.

Applies to