Gets or sets whether compression 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 compression is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.
Remarks
The EnableCompression property gets or sets the value that indicates whether the following will be compressed:
Script files that are embedded as resources in an assembly.
Localization objects, such as string resources that are contained in a resource file (.resx).
Scripts that are served by the script resource handler.
noteIf the requesting browser does not support compression, this property has no effect.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)