HttpResponseHeaders.CacheControl Propriedade

Definição

Obtém ou define o valor do Cache-Control cabeçalho para uma resposta HTTP.

public:
 property System::Net::Http::Headers::CacheControlHeaderValue ^ CacheControl { System::Net::Http::Headers::CacheControlHeaderValue ^ get(); void set(System::Net::Http::Headers::CacheControlHeaderValue ^ value); };
public System.Net.Http.Headers.CacheControlHeaderValue CacheControl { get; set; }
member this.CacheControl : System.Net.Http.Headers.CacheControlHeaderValue with get, set
Public Property CacheControl As CacheControlHeaderValue

Valor de Propriedade

O valor do Cache-Control cabeçalho para uma resposta HTTP.

Aplica-se a