1 implementation of ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
44
public ActionContext
ActionContext
{ get; }
5 references to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
IUrlHelper.cs (1)
16
/// Gets the <see cref="
ActionContext
"/> for the current request.
Microsoft.AspNetCore.Mvc.Core (4)
UrlHelperExtensions.cs (4)
479
var ambientValues = urlHelper.
ActionContext
.RouteData.Values;
481
UrlHelperBase.NormalizeRouteValuesForPage(urlHelper.
ActionContext
, pageName, pageHandler, routeValues, ambientValues);
525
var httpContext = helper.
ActionContext
.HttpContext;
574
var httpContext = urlHelper.
ActionContext
.HttpContext;