aspnet-devexpress-dot-web-3f815b8d.md
Provides programmatic access to the DevExpress compression configuration-file section.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CompressionConfigurationSection :
ConfigurationSection
Public Class CompressionConfigurationSection
Inherits ConfigurationSection
The following members return CompressionConfigurationSection objects:
Use the CompressionConfigurationSection object to programmatically access the DevExpress compression configuration-file section. This section allows you to specify the following options.
The code sample below demonstrates the corresponding DevExpress section located within the web.config file.
<devExpress>
<compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" />
...
</devExpress>
Object ConfigurationElement ConfigurationSection CompressionConfigurationSection
See Also