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

適用於