BeforePageFilterOnPageHandlerExecutionEventData Constructor
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.
Initializes a new instance of 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)
Parameters
- actionDescriptor
- CompiledPageActionDescriptor
- handlerExecutionContext
- PageHandlerExecutingContext
- filter
- IAsyncPageFilter
The IAsyncPageFilter.