ViewResultBase.View Property

Definition

Gets or sets the IView object that is rendered to the response.

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

Property Value

The view.

Applies to