ResponseHeaders.CacheControl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’en-tête Cache-Control d’une réponse HTTP.
public:
property Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ CacheControl { Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.CacheControlHeaderValue CacheControl { get; set; }
public Microsoft.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get; set; }
member this.CacheControl : Microsoft.Net.Http.Headers.CacheControlHeaderValue with get, set
Public Property CacheControl As CacheControlHeaderValue