CacheControlHeaderValue.OnlyIfCached Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur pour la directive de only-if-cached
requête.
Indique que le client souhaite uniquement obtenir une réponse stockée
public:
property bool OnlyIfCached { bool get(); void set(bool value); };
public bool OnlyIfCached { get; set; }
member this.OnlyIfCached : bool with get, set
Public Property OnlyIfCached As Boolean
Valeur de propriété
Remarques
Consultez https://tools.ietf.org/html/rfc7234#section-5.2.1.7.