ScriptingScriptResourceHandlerSection.EnableCompression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether compression is enabled for script files that are embedded as resources in an assembly.
public:
property bool EnableCompression { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableCompression", DefaultValue=true)]
public bool EnableCompression { get; set; }
[<System.Configuration.ConfigurationProperty("enableCompression", DefaultValue=true)>]
member this.EnableCompression : bool with get, set
Public Property EnableCompression As Boolean
Property Value
true
if compression is enabled for script files that are embedded as resources in an assembly; otherwise, false
. The default is true
.
- Attributes
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.
Note
If the requesting browser does not support compression, this property has no effect.