1 write to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
Abstractions\ActionInvokerProviderContext.cs (1)
19ActionContext = actionContext;
4 references to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
Abstractions\ActionInvokerProviderContext.cs (1)
28/// Gets or sets the <see cref="IActionInvoker"/> that will be used to invoke <see cref="ActionContext" />
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvokerProvider.cs (2)
70if (context.ActionContext.ActionDescriptor is ControllerActionDescriptor) 72var controllerContext = new ControllerContext(context.ActionContext)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
71var actionContext = context.ActionContext;