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. 19Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next);
Microsoft.AspNetCore.Mvc.Core (4)
Filters\ActionFilterAttribute.cs (1)
33ActionExecutionDelegate next)
Filters\ControllerActionFilter.cs (2)
20ActionExecutionDelegate next) 49ActionExecutionDelegate next,
Infrastructure\ControllerActionInvoker.cs (1)
374typeof(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 345ActionExecutionDelegate next)