共用方式為


MatchCondition interface

定義比對條件

屬性

matchValue

可能的比對值清單。

matchVariable

比對要比較的變數。

negateCondition

描述是否應該否定此條件的結果。

operator

描述要比對的運算符

selector

選取器可用來比對 QueryString、Cookie、RequestHeader 或 PostArgs 的特定索引鍵。

transforms

轉換清單。

屬性詳細資料

matchValue

可能的比對值清單。

matchValue: string[]

屬性值

string[]

matchVariable

比對要比較的變數。

matchVariable: string

屬性值

string

negateCondition

描述是否應該否定此條件的結果。

negateCondition?: boolean

屬性值

boolean

operator

描述要比對的運算符

operator: string

屬性值

string

selector

選取器可用來比對 QueryString、Cookie、RequestHeader 或 PostArgs 的特定索引鍵。

selector?: string

屬性值

string

transforms

轉換清單。

transforms?: string[]

屬性值

string[]