AfterViewComponentEventData.ViewComponentResult Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Hodnota IViewComponentResult
public:
property Microsoft::AspNetCore::Mvc::IViewComponentResult ^ ViewComponentResult { Microsoft::AspNetCore::Mvc::IViewComponentResult ^ get(); };
public Microsoft.AspNetCore.Mvc.IViewComponentResult ViewComponentResult { get; }
member this.ViewComponentResult : Microsoft.AspNetCore.Mvc.IViewComponentResult
Public ReadOnly Property ViewComponentResult As IViewComponentResult