HttpResponseBase.CacheControl Propriété

Définition

Obtient ou définit l’en-tête Cache-Control HTTP qui correspond à l’une HttpCacheability des valeurs d’énumération.

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 de la réponse actuelle.

Exceptions

S’applique à