6 references to GetPathByRouteValues
Microsoft.AspNetCore.Mvc.Core (1)
Routing\EndpointRoutingUrlHelper.cs (1)
81var path = _linkGenerator.GetPathByRouteValues(
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
LinkGeneration\SingleRouteWithConstraintsBenchmark.cs (1)
59var actualUrl = _linkGenerator.GetPathByRouteValues(
LinkGeneration\SingleRouteWithNoParametersBenchmark.cs (1)
56var actualUrl = _linkGenerator.GetPathByRouteValues(
LinkGeneration\SingleRouteWithParametersBenchmark.cs (1)
59var actualUrl = _linkGenerator.GetPathByRouteValues(
RoutingWebSite (2)
UseEndpointRoutingStartup.cs (2)
104"Link: " + linkGenerator.GetPathByRouteValues(httpContext, "WithSingleAsteriskCatchAll", new { })); 116"Link: " + linkGenerator.GetPathByRouteValues(httpContext, "WithDoubleAsteriskCatchAll", new { }));