5 references to StringMatch
Microsoft.AspNetCore.Rewrite (5)
ApacheModRewrite\RuleBuilder.cs (5)
106match = new StringMatch(input.Operand, StringOperationType.Equal, input.Invert); 109match = new StringMatch(input.Operand, StringOperationType.Greater, input.Invert); 112match = new StringMatch(input.Operand, StringOperationType.GreaterEqual, input.Invert); 115match = new StringMatch(input.Operand, StringOperationType.Less, input.Invert); 118match = new StringMatch(input.Operand, StringOperationType.LessEqual, input.Invert);