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