Click or drag to resize
OutputCompression Enumeration
Defines the output compression mode of the Kettic.AspNet.Controls.WebResource.axd handler.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum OutputCompression
Members
  Member nameValueDescription
Disabled0 The compression is disabled (raw content is output to the browser).
AutoDetect1 Compression is identified by the browser and its version.
Forced2 Output is always compressed.
See Also