共用方式為


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 標頭中包含的值。

適用於