8 references to ActionExecutionDelegate
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\IAsyncActionFilter.cs (2)
16
/// The <see cref="
ActionExecutionDelegate
"/>. Invoked to execute the next action filter or the action itself.
19
Task OnActionExecutionAsync(ActionExecutingContext context,
ActionExecutionDelegate
next);
Microsoft.AspNetCore.Mvc.Core (4)
Filters\ActionFilterAttribute.cs (1)
33
ActionExecutionDelegate
next)
Filters\ControllerActionFilter.cs (2)
20
ActionExecutionDelegate
next)
49
ActionExecutionDelegate
next,
Infrastructure\ControllerActionInvoker.cs (1)
374
typeof(
ActionExecutionDelegate
).Name);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Controller.cs (2)
339
/// <param name="next">The <see cref="
ActionExecutionDelegate
"/> to execute. Invoke this delegate in the body
345
ActionExecutionDelegate
next)