次の方法で共有


AccessCondition.IfNoneMatch プロパティ

定義

If-None-Match 条件を取得または設定して定義します。 操作は、サーバー上の ETag がこの値と一致しない場合にのみ実行されます。

[Newtonsoft.Json.JsonIgnore]
public string IfNoneMatch { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IfNoneMatch : string with get, set
Public Property IfNoneMatch As String

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象