Partager via


HttpRequestHeaders.IfNoneMatch Propriété

Définition

Récupère la valeur de l’en-tête If-None-Match d’une requête HTTP.

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)

Valeur de propriété

Récupère la valeur de l’en-tête If-None-Match d’une requête HTTP.

S’applique à