Back to Devexpress

Page HTML Compression

aspnetbootstrap-120363-project-configuration-web-config-options-page-html-compression.md

latest977 B
Original Source

Page HTML Compression

  • May 17, 2019

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

Declaration

xml
<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