3 references to GetPathByName
Microsoft.AspNetCore.Routing.Tests (2)
LinkGeneratorEndpointNameExtensionsTest.cs (2)
33var path = linkGenerator.GetPathByName( 82var path = linkGenerator.GetPathByName(
Mvc.RoutingWebSite (1)
Controllers\EndpointNameController.cs (1)
29return _generator.GetPathByName(HttpContext, "RouteWithOptionalSegment", new { controller = "EndpointName", action = nameof(LinkToConventionalRouted), });