Aracılığıyla paylaş


HttpRequestHeaders.IfMatch Özellik

Tanım

HTTP isteğinin üst bilgisinin If-Match değerini alır.

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

Özellik Değeri

HttpHeaderValueCollection<T> döndürür.

HTTP isteğinin If-Match üst bilgisinin değeri.

Şunlara uygulanır