Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 EnableCompression Property

  Switch on low bandwidth view
.NET Framework Class Library
ScriptingScriptResourceHandlerSection..::.EnableCompression Property

Gets or sets whether compression is enabled for script files that are embedded as resources in an assembly.

Namespace:  System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("enableCompression", DefaultValue := True)> _
Public Property EnableCompression As Boolean
Visual Basic (Usage)
Dim instance As ScriptingScriptResourceHandlerSection
Dim value As Boolean

value = instance.EnableCompression

instance.EnableCompression = value
C#
[ConfigurationPropertyAttribute("enableCompression", DefaultValue = true)]
public bool EnableCompression { get; set; }
Visual C++
[ConfigurationPropertyAttribute(L"enableCompression", DefaultValue = true)]
public:
property bool EnableCompression {
    bool get ();
    void set (bool value);
}
JScript
public function get EnableCompression () : boolean
public function set EnableCompression (value : boolean)

Property Value

Type: System..::.Boolean
true if compression is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.

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.

NoteNote:

If the requesting browser does not support compression, this property has no effect.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker