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.
27
Task 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)
15
public Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context,
PageHandlerExecutionDelegate
next)
60
PageHandlerExecutionDelegate
next,
Infrastructure\PageActionInvoker.cs (1)
685
typeof(
PageHandlerExecutionDelegate
).Name);
PageModel.cs (2)
1704
/// The <see cref="
PageHandlerExecutionDelegate
"/>. Invoked to execute the next page filter or the handler method itself.
1707
public virtual async Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context,
PageHandlerExecutionDelegate
next)