次の方法で共有


OwaspCrsExclusionEntry.SelectorMatchOperator プロパティ

定義

matchVariable がコレクションの場合に取得または設定します。セレクターを操作して、この除外が適用されるコレクション内の要素を指定します。 使用できる値は、'Equals'、'Contains'、'StartsWith'、'EndsWith'、'EqualsAny' です。

[Newtonsoft.Json.JsonProperty(PropertyName="selectorMatchOperator")]
public string SelectorMatchOperator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectorMatchOperator")>]
member this.SelectorMatchOperator : string with get, set
Public Property SelectorMatchOperator As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象