ASPxWebControl.MakeResponseCompressed Method
| Name | Parameters | Description |
|---|---|---|
| MakeResponseCompressed() static | none | Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client. |
| MakeResponseCompressed(Boolean) static | applyToIE6 | Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client, and accepts a parameter specifying whether to apply compression to IE6. |