ViewContext.View Property

Definition

Gets an object that implements the IView interface to render in the browser.

public virtual System.Web.Mvc.IView View { get; set; }
member this.View : System.Web.Mvc.IView with get, set
Public Overridable Property View As IView

Property Value

The view.

Applies to