次の方法で共有


IncomingWebRequestContext.IfNoneMatch プロパティ

定義

要求の If-None-Match ヘッダーに含まれる値を取得します。

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

プロパティ値

要求 If-None-Match のヘッダーに含まれる値。

適用対象