UrlHelperBase.RouteUrl(UrlRouteContext) Method

Definition

Generates a URL with an absolute path, which contains the route name, route values, protocol to use, host name, and fragment specified by UrlRouteContext. Generates an absolute URL if Protocol and Host are non-null. See the remarks section for important security information.

C#
public abstract string RouteUrl (Microsoft.AspNetCore.Mvc.Routing.UrlRouteContext routeContext);
C#
public abstract string? RouteUrl (Microsoft.AspNetCore.Mvc.Routing.UrlRouteContext routeContext);

Parameters

routeContext
UrlRouteContext

The context object for the generated URLs for a route.

Returns

The generated URL.

Implements

Applies to

Product Versions
ASP.NET Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0