ViewComponentBeforeViewExecuteEventData.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.
The IView.
public:
property Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ View { Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewEngines.IView View { get; }
member this.View : Microsoft.AspNetCore.Mvc.ViewEngines.IView
Public ReadOnly Property View As IView