RequestCachingSection.DefaultPolicyLevel 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 le niveau de stratégie de cache par défaut.
public:
property System::Net::Cache::RequestCacheLevel DefaultPolicyLevel { System::Net::Cache::RequestCacheLevel get(); void set(System::Net::Cache::RequestCacheLevel value); };
[System.Configuration.ConfigurationProperty("defaultPolicyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.BypassCache)]
public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get; set; }
[<System.Configuration.ConfigurationProperty("defaultPolicyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.BypassCache)>]
member this.DefaultPolicyLevel : System.Net.Cache.RequestCacheLevel with get, set
Public Property DefaultPolicyLevel As RequestCacheLevel
Valeur de propriété
Valeur d'énumération RequestCacheLevel.
- Attributs