WebViewPage.ViewContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the information that is used to render the view.
public System.Web.Mvc.ViewContext ViewContext { get; set; }
member this.ViewContext : System.Web.Mvc.ViewContext with get, set
Public Property ViewContext As ViewContext
Property Value
The information that is used to render the view, which includes the form context, the temporary data, and the view data of the associated view.