BeforePageFilterOnPageHandlerExecutionEventData 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 .AfterHandlerMethodEventData
public:
BeforePageFilterOnPageHandlerExecutionEventData(Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ actionDescriptor, Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutingContext ^ handlerExecutionContext, Microsoft::AspNetCore::Mvc::Filters::IAsyncPageFilter ^ filter);
public BeforePageFilterOnPageHandlerExecutionEventData (Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor actionDescriptor, Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext handlerExecutionContext, Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter filter);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerExecutionEventData : Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor * Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext * Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerExecutionEventData
Public Sub New (actionDescriptor As CompiledPageActionDescriptor, handlerExecutionContext As PageHandlerExecutingContext, filter As IAsyncPageFilter)
Parametry
- actionDescriptor
- CompiledPageActionDescriptor
Hodnota CompiledPageActionDescriptor
- handlerExecutionContext
- PageHandlerExecutingContext
Hodnota HandlerExecutionContext
- filter
- IAsyncPageFilter
Hodnota IAsyncPageFilter