HttpResponseWrapper.CacheControl Propriedade

Definição

Recebe ou define o Cache-Control cabeçalho HTTP que corresponde a um dos HttpCacheability valores da enumeração.

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 de Propriedade

A política de cache da resposta atual.

Aplica-se a