PageHandlerExecutionDelegate Delegato

Definizione

Delegato che restituisce in modo asincrono un PageHandlerExecutedContext oggetto che indica la pagina o il filtro di pagina successivo è stato eseguito.

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) 

Valore restituito

Oggetto Task che al completamento restituisce un PageHandlerExecutedContextoggetto .

Si applica a