Gets or sets whether caching is enabled for script files that are embedded as resources in an assembly.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true if caching is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.
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.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)