Share via


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 標頭中的項目集合。

適用於