Base:
method
GetPathByAddress<TAddress>
Microsoft.AspNetCore.Routing.LinkGenerator.GetPathByAddress<TAddress>(TAddress, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Http.PathString, Microsoft.AspNetCore.Http.FragmentString, Microsoft.AspNetCore.Routing.LinkOptions)
6 references to GetPathByAddress
Microsoft.AspNetCore.Routing.Tests (6)
DefaultLinkGeneratorTest.cs (6)
26var path = linkGenerator.GetPathByAddress(0, values: null); 87var path = linkGenerator.GetPathByAddress(1, values: new RouteValueDictionary(new { controller = "Home", action = "Index", })); 159var path = linkGenerator.GetPathByAddress( 186var path = linkGenerator.GetPathByAddress( 212var path = linkGenerator.GetPathByAddress( 297var path = linkGenerator.GetPathByAddress(