2 references to ToPathString
Microsoft.AspNetCore.Routing (1)
Template\TemplateBinder.cs (1)
486result = (context.ToPathString(), context.ToQueryString());
Microsoft.AspNetCore.Routing.Tests (1)
UriBuildingContextTest.cs (1)
96Assert.Equal(expected, uriBuilldingContext.ToPathString().Value);