PageHandlerExecutionDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.