ScriptingScriptResourceHandlerSection.EnableCaching Property

Definition

Gets or sets whether caching is enabled for script files that are embedded as resources in an 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

Property Value

true if caching is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.

Attributes

Remarks

The EnableCaching property gets or sets the value for caching the results of the embedded script file, for caching any potential localization objects, and for caching scripts.

Applies to