PageHandlerExecutionDelegate Delegate

Definition

A delegate that asynchronously returns a PageHandlerExecutedContext indicating the page or the next page filter has executed.

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) 

Return Value

A Task that on completion returns an PageHandlerExecutedContext.

Applies to