1 implementation of RouteUrl
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
69
public abstract string?
RouteUrl
(UrlRouteContext routeContext);
8 references to RouteUrl
Microsoft.AspNetCore.Mvc.Abstractions (6)
Routing\UrlRouteContext.cs (6)
7
/// Context object to be used for the URLs that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/> generates.
12
/// The name of the route that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/> uses to generate URLs.
21
/// The object that contains the route values that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/>
31
/// The protocol for the URLs that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/> generates,
41
/// The host name for the URLs that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/> generates.
50
/// The fragment for the URLs that <see cref="IUrlHelper.
RouteUrl
(UrlRouteContext)"/> generates.
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
339
return helper.
RouteUrl
(new UrlRouteContext()
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttribute.cs (1)
115
var url = urlHelper.
RouteUrl
(new UrlRouteContext()