3 references to Path
Microsoft.AspNetCore.Rewrite (3)
IISUrlRewrite\InputParser.cs (1)
35return ParseInputString(testString, UriMatchPart.Path);
IISUrlRewrite\UrlRewriteRuleBuilder.cs (1)
16public UriMatchPart UriMatchPart => Global ? UriMatchPart.Full : UriMatchPart.Path;
PatternSegments\UrlSegment.cs (1)
14: this(UriMatchPart.Path)