Udostępnij przez


PageHandlerExecutionDelegate Delegat

Definicja

Delegat, który asynchronicznie zwraca wartość wskazującą PageHandlerExecutedContext stronę lub następny filtr strony został wykonany.

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) 

Wartość zwracana

Element Task po zakończeniu zwraca wartość PageHandlerExecutedContext.

Dotyczy