2 implementations of ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionContextAccessor.cs (2)
22public ActionContext? ActionContext 30public ActionContext? ActionContext
2 writes to ActionContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
68_actionContextAccessor.ActionContext = _actionContext; 103invoker._actionContextAccessor.ActionContext = actionContext;
6 references to ActionContext
BasicWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19_actionContext = contextAccessor.ActionContext;
GenericHostWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19_actionContext = contextAccessor.ActionContext;
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\IActionContextAccessor.cs (2)
11/// Defines an interface for exposing an <see cref="ActionContext"/>. 17/// Gets or sets the <see cref="ActionContext"/>.
Mvc.RoutingWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19_actionContext = contextAccessor.ActionContext;
VersioningWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
19_actionContext = contextAccessor.ActionContext;