Base:
method
GetPathByAddress<TAddress>
Microsoft.AspNetCore.Routing.LinkGenerator.GetPathByAddress<TAddress>(Microsoft.AspNetCore.Http.HttpContext, TAddress, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Http.PathString?, Microsoft.AspNetCore.Http.FragmentString, Microsoft.AspNetCore.Routing.LinkOptions)
7 references to GetPathByAddress
Microsoft.AspNetCore.Routing.Tests (7)
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(