다음을 통해 공유


AfterPageFilterOnPageHandlerExecutionEventData 생성자

정의

AfterPageFilterOnPageHandlerExecutionEventData의 새 인스턴스를 초기화합니다.

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

매개 변수

적용 대상