ViewContext.View Property

Definition

Gets or sets the IView currently being rendered, if any.

public:
 property Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ View { Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ value); };
public Microsoft.AspNetCore.Mvc.ViewEngines.IView View { get; set; }
member this.View : Microsoft.AspNetCore.Mvc.ViewEngines.IView with get, set
Public Property View As IView

Property Value

Applies to