HttpRequestHeaders.IfNoneMatch 属性

定义

获取 HTTP 请求的 If-None-Match 标头值。

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfNoneMatch { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfNoneMatch { get; }
member this.IfNoneMatch : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue>
Public ReadOnly Property IfNoneMatch As HttpHeaderValueCollection(Of EntityTagHeaderValue)

属性值

获取 HTTP 请求的 If-None-Match 标头值。

适用于