WebApplicationRuleMatchCondition クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一致条件を定義します。
public class WebApplicationRuleMatchCondition
type WebApplicationRuleMatchCondition = class
Public Class WebApplicationRuleMatchCondition
- 継承
-
WebApplicationRuleMatchCondition
コンストラクター
WebApplicationRuleMatchCondition(WebApplicationRuleMatchVariable, WebApplicationRuleMatchOperator, IEnumerable<String>) |
WebApplicationRuleMatchCondition の新しいインスタンスを初期化します。 |
プロパティ
IsNegateCondition |
この条件の結果を否定する必要があるかどうかを記述します。 |
MatchValue |
一致する可能性のある値の一覧。 |
MatchVariable |
比較する要求変数。 |
Operator |
変数値との照合に使用する比較型。 |
Selector |
QueryString、PostArgs、RequestHeader、または Cookies 変数の特定のキーと一致します。 既定値は Null です。 |
Transforms |
変換の一覧。 |