Compartilhar via


HttpResponseBase.CacheControl Propriedade

Definição

Obtém ou define o cabeçalho HTTP Cache-Control, que corresponde a um dos valores de enumeração HttpCacheability.

public:
 virtual property System::String ^ CacheControl { System::String ^ get(); void set(System::String ^ value); };
public virtual string CacheControl { get; set; }
member this.CacheControl : string with get, set
Public Overridable Property CacheControl As String

Valor da propriedade

A política de cache da resposta atual.

Exceções

Aplica-se a