Skip to main content

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

You should register the DevExpress Web.config section to apply these settings to your project.

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