MatchCondition interface

一致条件を定義します。

プロパティ

matchValue

一致する可能性のある値の一覧。

matchVariable

比較する変数をリクエストします。

negateCondition

この条件の結果を否定する必要があるかどうかを説明します。

operator

変数値との照合に使用する比較タイプ。

selector

QueryString、PostArgs、RequestHeader、または Cookies 変数の特定のキーと照合します。 既定値は null です。

transforms

変換の一覧。

プロパティの詳細

matchValue

一致する可能性のある値の一覧。

matchValue: string[]

プロパティ値

string[]

matchVariable

比較する変数をリクエストします。

matchVariable: string

プロパティ値

string

negateCondition

この条件の結果を否定する必要があるかどうかを説明します。

negateCondition?: boolean

プロパティ値

boolean

operator

変数値との照合に使用する比較タイプ。

operator: string

プロパティ値

string

selector

QueryString、PostArgs、RequestHeader、または Cookies 変数の特定のキーと照合します。 既定値は null です。

selector?: string

プロパティ値

string

transforms

変換の一覧。

transforms?: string[]

プロパティ値

string[]