다음을 통해 공유


PageHandlerExecutionDelegate 대리자

정의

페이지 또는 다음 페이지 필터가 실행되었음을 나타내는 를 비동기적으로 반환 PageHandlerExecutedContext 하는 대리자입니다.

public delegate System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutedContext ^> ^ PageHandlerExecutionDelegate();
public delegate System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext> PageHandlerExecutionDelegate();
type PageHandlerExecutionDelegate = delegate of unit -> Task<PageHandlerExecutedContext>
Public Delegate Function PageHandlerExecutionDelegate() As Task(Of PageHandlerExecutedContext) 

반환 값

Task 완료 시 가 를 반환하는 입니다PageHandlerExecutedContext.

적용 대상