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