3 references to Greater
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (1)
109
match = new StringMatch(input.Operand, StringOperationType.
Greater
, input.Invert);
UrlMatches\StringMatch.cs (1)
32
case StringOperationType.
Greater
:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
13
[InlineData("a", (int)StringOperationType.
Greater
, true, "b", true)]