2 implementations of ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionContextAccessor.cs (2)
23
public ActionContext?
ActionContext
31
public ActionContext?
ActionContext
2 writes to ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
68
_actionContextAccessor.
ActionContext
= _actionContext;
103
invoker._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
"/>.