RequestCachingSection.UnspecifiedMaximumAge 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 utilisée comme âge maximal pour les ressources mises en cache qui n'ont pas d'informations d'expiration.
public:
property TimeSpan UnspecifiedMaximumAge { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
public TimeSpan UnspecifiedMaximumAge { get; set; }
[<System.Configuration.ConfigurationProperty("unspecifiedMaximumAge", DefaultValue="1.00:00:00")>]
member this.UnspecifiedMaximumAge : TimeSpan with get, set
Public Property UnspecifiedMaximumAge As TimeSpan
Valeur de propriété
TimeSpan qui fournit un âge maximal par défaut pour les ressources mises en cache.
- Attributs
Remarques
La définition de cette propriété garantit qu’une ressource qui n’a pas d’informations d’en-tête d’expiration ne reste pas à jour indéfiniment dans le cache.