HttpResponseBase.CacheControl Propiedad

Definición

Obtiene o establece el Cache-Control encabezado HTTP que coincide con uno de los HttpCacheability valores de enumeración.

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

Directiva de almacenamiento en caché de la respuesta actual.

Excepciones

Se aplica a