次の方法で共有


IncomingWebRequestContext.IfMatch プロパティ

定義

If-Match ヘッダーの要求に含まれる項目のコレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ IfMatch { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> IfMatch { get; }
member this.IfMatch : seq<string>
Public ReadOnly Property IfMatch As IEnumerable(Of String)

プロパティ値

If-Match ヘッダーの要求に含まれる項目のコレクション。

適用対象