4 references to LessEqual
Microsoft.AspNetCore.Rewrite (3)
ApacheModRewrite\RuleBuilder.cs (1)
118
match = new StringMatch(input.Operand, StringOperationType.
LessEqual
, input.Invert);
UrlMatches\StringMatch.cs (2)
17
if (operation < StringOperationType.Equal || operation > StringOperationType.
LessEqual
)
38
case StringOperationType.
LessEqual
:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
16
[InlineData("b", (int)StringOperationType.
LessEqual
, true, "a", true)]