1 write to _actionContext
Mvc.RoutingWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
17
_actionContext
= contextAccessor.ActionContext;
8 references to _actionContext
Mvc.RoutingWebSite (8)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (8)
18
if (
_actionContext
== null)
27
var query =
_actionContext
.HttpContext.Request.Query;
34
var urlHelper = GetUrlHelper(
_actionContext
);
38
var attributeRoutingInfo =
_actionContext
.ActionDescriptor.AttributeRouteInfo;
43
actualUrl =
_actionContext
.HttpContext.Request.Path.Value,
45
routeValues = new Dictionary<string, object>(
_actionContext
.RouteData.Values),
47
action = ((ControllerActionDescriptor)
_actionContext
.ActionDescriptor).ActionName,
48
controller = ((ControllerActionDescriptor)
_actionContext
.ActionDescriptor).ControllerName,