BeforeViewComponentEventData Konstruktor
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í.
Inicializuje novou instanci .BeforeViewComponentEventData
public:
BeforeViewComponentEventData(Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ actionDescriptor, Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ viewComponentContext, System::Object ^ viewComponent);
public BeforeViewComponentEventData (Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor, Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext viewComponentContext, object viewComponent);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforeViewComponentEventData : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor * Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforeViewComponentEventData
Public Sub New (actionDescriptor As ActionDescriptor, viewComponentContext As ViewComponentContext, viewComponent As Object)
Parametry
- actionDescriptor
- ActionDescriptor
Hodnota ActionDescriptor
- viewComponentContext
- ViewComponentContext
Hodnota ViewComponentContext
- viewComponent
- Object
Hodnota ViewComponent