2 implementations of ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionContextAccessor.cs (2)
23public ActionContext? ActionContext 31public ActionContext? ActionContext
2 writes to ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
68_actionContextAccessor.ActionContext = _actionContext; 103invoker._actionContextAccessor.ActionContext = actionContext;
2 references to ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\IActionContextAccessor.cs (2)
12/// Defines an interface for exposing an <see cref="ActionContext"/>. 18/// Gets or sets the <see cref="ActionContext"/>.