HttpResponseWrapper.CacheControl Propiedad

Definición

Obtiene o establece el encabezado HTTP Cache-Control que coincide con uno de los valores de enumeración 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 de propiedad

Directiva de caché de la respuesta actual.

Se aplica a