Partager via


ScriptingScriptResourceHandlerSection.EnableCaching Propriété

Définition

Obtient ou définit si la mise en cache est activée pour les fichiers de script incorporés comme ressources dans un assembly.

public:
 property bool EnableCaching { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableCaching", DefaultValue=true)]
public bool EnableCaching { get; set; }
[<System.Configuration.ConfigurationProperty("enableCaching", DefaultValue=true)>]
member this.EnableCaching : bool with get, set
Public Property EnableCaching As Boolean

Valeur de propriété

Boolean

true si la mise en cache est activée pour les fichiers de script incorporés comme ressources dans un assembly ; sinon, false. La valeur par défaut est true.

Attributs

Remarques

La EnableCaching propriété obtient ou définit la valeur pour mettre en cache les résultats du fichier de script incorporé, pour mettre en cache tous les objets de localisation potentiels et pour mettre en cache des scripts.

S’applique à