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;
4 references to ActionContext
GenericHostWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19
_actionContext = contextAccessor.
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
"/>.
VersioningWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19
_actionContext = contextAccessor.
ActionContext
;