From 5f3939da7ba06126839b9a742083e19960723813 Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Thu, 11 Apr 2024 15:13:24 +0200 Subject: [PATCH] Add missing text Added missing doc about pattern attributes --- .../url-rewrite-module-20-configuration-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iis/extensions/url-rewrite-module/url-rewrite-module-20-configuration-reference.md b/iis/extensions/url-rewrite-module/url-rewrite-module-20-configuration-reference.md index 5212303e9..fa174e9da 100644 --- a/iis/extensions/url-rewrite-module/url-rewrite-module-20-configuration-reference.md +++ b/iis/extensions/url-rewrite-module/url-rewrite-module-20-configuration-reference.md @@ -230,6 +230,9 @@ A condition is defined by specifying the following properties: - **Input string**- Condition input specifies which item to use as an input for the condition evaluation. Condition input is an arbitrary string that can include server variables and back-references to prior condition patterns and/or to rule patterns. - **Pattern** – A pattern to look for in the condition input. A pattern can be specified by using either regular expression syntax or by using wildcard syntax. The type of pattern to use in a condition depends on the value of the **patternSyntax** flag defined for the rule to which this condition belongs. This condition type has two related attributes that control pattern matching: + - **pattern** – Use this attribute to specify the actual pattern. + - **ignoreCase** – Use this attribute to control whether pattern matching for the condition should be case sensitive or case insensitive. + ### Rule Action