1 instantiation of UrlActionContext
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
193
return helper.Action(new
UrlActionContext
()
21 references to UrlActionContext
Microsoft.AspNetCore.Mvc.Abstractions (14)
IUrlHelper.cs (7)
23
/// <see cref="
UrlActionContext
"/>. Generates an absolute URL if <see cref="
UrlActionContext
.Protocol"/> and
24
/// <see cref="
UrlActionContext
.Host"/> are non-<c>null</c>. See the remarks section for important security information.
30
/// The value of <see cref="
UrlActionContext
.Host" /> should be a trusted value. Relying on the value of the current request
36
string? Action(
UrlActionContext
actionContext);
78
/// <see cref="
UrlActionContext
.Protocol"/> and <see cref="
UrlActionContext
.Host"/> are non-<c>null</c>.
Routing\UrlActionContext.cs (7)
7
/// Context object to be used for the URLs that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> generates.
12
/// The name of the action method that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> uses to generate URLs.
21
/// The name of the controller that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> uses to generate URLs.
30
/// The object that contains the route values that <see cref="IUrlHelper.Action(
UrlActionContext
)"/>
40
/// The protocol for the URLs that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> generates,
50
/// The host name for the URLs that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> generates.
59
/// The fragment for the URLs that <see cref="IUrlHelper.Action(
UrlActionContext
)"/> generates.
Microsoft.AspNetCore.Mvc.Core (7)
Routing\EndpointRoutingUrlHelper.cs (1)
36
public override string? Action(
UrlActionContext
urlActionContext)
Routing\UrlHelper.cs (1)
51
public override string? Action(
UrlActionContext
actionContext)
Routing\UrlHelperBase.cs (1)
66
public abstract string? Action(
UrlActionContext
actionContext);
UrlHelperExtensions.cs (4)
278
/// <see cref="
UrlActionContext
.Protocol"/> and <see cref="
UrlActionContext
.Host"/> are non-<c>null</c>.
311
/// <see cref="
UrlActionContext
.Protocol"/> and <see cref="
UrlActionContext
.Host"/> are non-<c>null</c>.