次の方法で共有


IDataServiceHost.RequestIfMatch プロパティ

定義

現在の要求の If-Match ヘッダーの値を取得します。

public:
 property System::String ^ RequestIfMatch { System::String ^ get(); };
public string RequestIfMatch { get; }
member this.RequestIfMatch : string
Public ReadOnly Property RequestIfMatch As String

プロパティ値

現在の要求の If-Match ヘッダーの文字列値。

適用対象