5 references to ActionContext
Microsoft.AspNetCore.Mvc.Core (4)
ControllerContext.cs (1)
56: base(httpContext, routeData, actionDescriptor)
Routing\ActionEndpointFactory.cs (1)
535var actionContext = new ActionContext(context, routeData, action);
Routing\MvcAttributeRouteHandler.cs (1)
73var actionContext = new ActionContext(context.HttpContext, routeData, actionDescriptor);
Routing\MvcRouteHandler.cs (1)
61var actionContext = new ActionContext(context.HttpContext, routeData, actionDescriptor);
Microsoft.AspNetCore.Mvc.RazorPages (1)
PageContext.cs (1)
53: base(httpContext, routeData, actionDescriptor)