BeforePageFilterOnPageHandlerSelectionEventData Конструктор

Определение

Инициализирует новый экземпляр BeforePageFilterOnPageHandlerSelectionEventData.

public:
 BeforePageFilterOnPageHandlerSelectionEventData(Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ actionDescriptor, Microsoft::AspNetCore::Mvc::Filters::PageHandlerSelectedContext ^ handlerSelectedContext, Microsoft::AspNetCore::Mvc::Filters::IAsyncPageFilter ^ filter);
public BeforePageFilterOnPageHandlerSelectionEventData (Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor actionDescriptor, Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext handlerSelectedContext, Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter filter);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerSelectionEventData : Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor * Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext * Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforePageFilterOnPageHandlerSelectionEventData
Public Sub New (actionDescriptor As CompiledPageActionDescriptor, handlerSelectedContext As PageHandlerSelectedContext, filter As IAsyncPageFilter)

Параметры

Применяется к