9 references to PageHandlerExecutionDelegate
Microsoft.AspNetCore.Mvc.RazorPages (9)
Filters\IAsyncPageFilter.cs (2)
24/// The <see cref="PageHandlerExecutionDelegate"/>. Invoked to execute the next page filter or the handler method itself. 27Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context, PageHandlerExecutionDelegate next);
Filters\PageHandlerExecutedContext.cs (1)
13/// <see cref="IAsyncPageFilter.OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)"/>.
Filters\PageHandlerExecutingContext.cs (1)
12/// <see cref="IAsyncPageFilter.OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)"/>.
Filters\PageHandlerPageFilter.cs (2)
15public Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context, PageHandlerExecutionDelegate next) 60PageHandlerExecutionDelegate next,
Infrastructure\PageActionInvoker.cs (1)
685typeof(PageHandlerExecutionDelegate).Name);
PageModel.cs (2)
1704/// The <see cref="PageHandlerExecutionDelegate"/>. Invoked to execute the next page filter or the handler method itself. 1707public virtual async Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context, PageHandlerExecutionDelegate next)