2 overrides of GetUriByAddress
Microsoft.AspNetCore.Http.Results.Tests (1)
Microsoft.AspNetCore.Routing (1)
10 references to GetUriByAddress
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Routing (4)
LinkGeneratorEndpointNameAddressExtensions.cs (2)
315return generator.GetUriByAddress<string>(endpointName, new RouteValueDictionary(values), scheme, host, pathBase, fragment, options);
364return generator.GetUriByAddress<string>(endpointName, values, scheme, host, pathBase, fragment, options);
LinkGeneratorRouteValuesAddressExtensions.cs (2)
309return generator.GetUriByAddress<RouteValuesAddress>(address, address.ExplicitValues, scheme, host, pathBase, fragment, options);
352return generator.GetUriByAddress<RouteValuesAddress>(address, address.ExplicitValues, scheme, host, pathBase, fragment, options);
Microsoft.AspNetCore.Routing.Tests (4)