Compartilhar via


HttpResponseWrapper.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 override string CacheControl { get; set; }
member this.CacheControl : string with get, set
Public Overrides Property CacheControl As String

Valor da propriedade

String

A política de cache da resposta atual.

Aplica-se a