2 overrides of GetPathByAddress
Microsoft.AspNetCore.Http.Results.Tests (1)
TestLinkGenerator.cs (1)
13public override string GetPathByAddress<TAddress>(HttpContext httpContext, TAddress address, RouteValueDictionary values, RouteValueDictionary ambientValues = null, PathString? pathBase = null, FragmentString fragment = default, LinkOptions options = null)
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
69public override string? GetPathByAddress<TAddress>(
36 references to GetPathByAddress
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ControllerLinkGeneratorExtensions.cs (1)
54return generator.GetPathByAddress<RouteValuesAddress>(
Routing\PageLinkGeneratorExtensions.cs (1)
53return generator.GetPathByAddress<RouteValuesAddress>(
Microsoft.AspNetCore.Routing (4)
LinkGeneratorEndpointNameAddressExtensions.cs (2)
45return generator.GetPathByAddress<string>( 85return generator.GetPathByAddress<string>(
LinkGeneratorRouteValuesAddressExtensions.cs (2)
45return generator.GetPathByAddress<RouteValuesAddress>( 85return generator.GetPathByAddress<RouteValuesAddress>(
Microsoft.AspNetCore.Routing.Tests (30)
DefaultLinkGeneratorTest.cs (7)
41var path = linkGenerator.GetPathByAddress(CreateHttpContext(), 0, values: null); 103var path = linkGenerator.GetPathByAddress(CreateHttpContext(), 1, values: new RouteValueDictionary(new { controller = "Home", action = "Index", })); 231var path = linkGenerator.GetPathByAddress( 370var path = linkGenerator.GetPathByAddress( 443var uri = linkGenerator.GetPathByAddress( 490var uri = linkGenerator.GetPathByAddress( 541var uri = linkGenerator.GetPathByAddress(
LinkGeneratorIntegrationTest.cs (23)
223var path = LinkGenerator.GetPathByAddress( 244var path = LinkGenerator.GetPathByAddress( 265var path = LinkGenerator.GetPathByAddress( 286var path = LinkGenerator.GetPathByAddress( 307var path = LinkGenerator.GetPathByAddress( 328var path = LinkGenerator.GetPathByAddress( 349var path = LinkGenerator.GetPathByAddress( 374var path = LinkGenerator.GetPathByAddress( 395var path = LinkGenerator.GetPathByAddress( 416var path = LinkGenerator.GetPathByAddress( 437var path = LinkGenerator.GetPathByAddress( 458var path = LinkGenerator.GetPathByAddress( 479var path = LinkGenerator.GetPathByAddress( 500var path = LinkGenerator.GetPathByAddress( 521var path = LinkGenerator.GetPathByAddress( 542var path = LinkGenerator.GetPathByAddress( 563var path = LinkGenerator.GetPathByAddress( 584var path = LinkGenerator.GetPathByAddress( 605var path = LinkGenerator.GetPathByAddress( 626var path = LinkGenerator.GetPathByAddress( 647var path = LinkGenerator.GetPathByAddress( 668var path = LinkGenerator.GetPathByAddress( 689var path = LinkGenerator.GetPathByAddress(