Back to Devexpress

CompressionConfigurationSection Class

aspnet-devexpress-dot-web-3f815b8d.md

latest2.4 KB
Original Source

CompressionConfigurationSection Class

Provides programmatic access to the DevExpress compression configuration-file section.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CompressionConfigurationSection :
    ConfigurationSection
vb
Public Class CompressionConfigurationSection
    Inherits ConfigurationSection

The following members return CompressionConfigurationSection objects:

Remarks

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.

csharp
<devExpress>
     <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" />
     ...
</devExpress>

Inheritance

Object ConfigurationElement ConfigurationSection CompressionConfigurationSection

See Also

CompressionConfigurationSection Members

Web.Config Options

DevExpress.Web Namespace