ViewContext.View 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 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