HttpResponseBase.CacheControl Propriété

Définition

Obtient ou définit l'en-tête HTTP Cache-Control qui correspond à l'une des valeurs d'énumérationHttpCacheability

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

Valeur de propriété

Stratégie de mise en cache pour la réponse actuelle.

Exceptions

S’applique à