3 references to ParsePathByEndpointName
Microsoft.AspNetCore.Routing (1)
LinkParserEndpointNameAddressExtensions.cs (1)
26
/// <see cref="
ParsePathByEndpointName
(LinkParser, string, PathString)"/> will attempt to first resolve
Mvc.RoutingWebSite (2)
Controllers\LinkParserController.cs (2)
20
var parsed = _linkParser.
ParsePathByEndpointName
("default", HttpContext.Request.Path);
31
var parsed = _linkParser.
ParsePathByEndpointName
("AnotherRoute", path);