3 instantiations of UrlSegment
Microsoft.AspNetCore.Rewrite (3)
ApacheModRewrite\ServerVariables.cs (1)
114return new UrlSegment();
IISUrlRewrite\ServerVariables.cs (2)
58managedVariableThunk = () => new UrlSegment(uriMatchPart); 88managedVariableThunk = () => new UrlSegment(uriMatchPart);