WebViewPage.ViewContext Property

Definition

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.

Applies to