Skip to main content
A newer version of this page is available. .

Page HTML Compression

This option specifies whether the requested web page’s HTML code should be compressed by the server before posting it to the client.

Declaration

<configuration>
    ...
    <devExpress>
        <compression enableHtmlCompression="false" ... />
        ...
    </devExpress>
    ...
</configuration>

Note

In order to use the DevExpress Web.config section, register this section group beforehand.

This option is disabled by default. If this option is set to true, the value of the Callback Compression option is not in effect.

DevExpress configuration section

Corresponding Class

CompressionConfigurationSection