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