ScriptingScriptResourceHandlerSection::EnableCaching Property
.NET Framework (current version)
Gets or sets whether caching is enabled for script files that are embedded as resources in an assembly.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [ConfigurationPropertyAttribute("enableCaching", DefaultValue = true)] property bool EnableCaching { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if caching is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: