3 references to ExactMatch
Microsoft.AspNetCore.Rewrite (2)
IISUrlRewrite\UrlRewriteFileParser.cs (1)
179condition = new Condition(_inputParser.ParseInputString(parsedInputString, builder.UriMatchPart), new ExactMatch(ignoreCase, parsedPatternString, negate));
IISUrlRewrite\UrlRewriteRuleBuilder.cs (1)
62_initialMatch = new ExactMatch(ignoreCase, input, negate);
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\ExactMatchTests.cs (1)
19var Match = new ExactMatch(ignoreCase, inputString, negate);