3 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
: