OutputCompression Enumeration |
Defines the output compression mode of the Kettic.AspNet.Controls.WebResource.axd handler.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum OutputCompression
Public Enumeration OutputCompression
public enum class OutputCompression
Members
| Member name | Value | Description |
---|
| Disabled | 0 |
The compression is disabled (raw content is output to the browser).
|
| AutoDetect | 1 |
Compression is identified by the browser and its version.
|
| Forced | 2 |
Output is always compressed.
|
See Also