Share via


HttpResponseHeaders.Pragma Propriété

Définition

Obtient la valeur de l’en-tête Pragma pour une réponse HTTP.

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

Valeur de propriété

Retourne HttpHeaderValueCollection<T>.

Valeur de l’en-tête Pragma pour une réponse HTTP.

S’applique à