Share via


BeforePageFilterOnPageHandlerExecutedEventData Constructor

Definition

Initializes a new instance of BeforePageFilterOnPageHandlerExecutedEventData.

public:
 BeforePageFilterOnPageHandlerExecutedEventData(Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ actionDescriptor, Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutedContext ^ handlerExecutedContext, Microsoft::AspNetCore::Mvc::Filters::IPageFilter ^ filter);
public BeforePageFilterOnPageHandlerExecutedEventData (Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor actionDescriptor, Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext handlerExecutedContext, Microsoft.AspNetCore.Mvc.Filters.IPageFilter filter);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerExecutedEventData : Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor * Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext * Microsoft.AspNetCore.Mvc.Filters.IPageFilter -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerExecutedEventData
Public Sub New (actionDescriptor As CompiledPageActionDescriptor, handlerExecutedContext As PageHandlerExecutedContext, filter As IPageFilter)

Parameters

filter
IPageFilter

The IPageFilter.

Applies to