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 标头中包含的值。

适用于