Sdílet prostřednictvím


HttpRequestHeaders.IfMatch Vlastnost

Definice

Získá hodnotu hlavičky If-Match pro požadavek HTTP.

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)

Hodnota vlastnosti

Vrací objekt HttpHeaderValueCollection<T>.

Hodnota hlavičky If-Match požadavku HTTP.

Platí pro