1 implementation of Action
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
66
public abstract string?
Action
(UrlActionContext actionContext);
8 references to Action
Microsoft.AspNetCore.Mvc.Abstractions (7)
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 (1)
UrlHelperExtensions.cs (1)
193
return helper.
Action
(new UrlActionContext()