1 write to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
Abstractions\ActionInvokerProviderContext.cs (1)
19
ActionContext
= 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)
70
if (context.
ActionContext
.ActionDescriptor is ControllerActionDescriptor)
72
var controllerContext = new ControllerContext(context.
ActionContext
)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
71
var actionContext = context.
ActionContext
;