Base:
method
GetUriByAddress<TAddress>
Microsoft.AspNetCore.Routing.LinkGenerator.GetUriByAddress<TAddress>(Microsoft.AspNetCore.Http.HttpContext, TAddress, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Routing.RouteValueDictionary, System.String, Microsoft.AspNetCore.Http.HostString?, Microsoft.AspNetCore.Http.PathString?, Microsoft.AspNetCore.Http.FragmentString, Microsoft.AspNetCore.Routing.LinkOptions)
6 references to GetUriByAddress
Microsoft.AspNetCore.Routing.Tests (6)
DefaultLinkGeneratorTest.cs (6)
71var uri = linkGenerator.GetUriByAddress(CreateHttpContext(), 0, values: null); 143var uri = linkGenerator.GetUriByAddress(httpContext, 1, values: new RouteValueDictionary(new { controller = "Home", action = "Index", })); 276var uri = linkGenerator.GetUriByAddress( 419var uri = linkGenerator.GetUriByAddress( 467var uri = linkGenerator.GetUriByAddress( 515var uri = linkGenerator.GetUriByAddress(