Click or drag to resize
KaxCompression Class
Inheritance Hierarchy
SystemObject
  System.Web.UI.AdaptersControlAdapter
    System.Web.UI.AdaptersPageAdapter
      Kettic.AspNet.ControlsKaxCompression
        Kettic.AspNet.ControlsKaxHiddenFieldPageStateCompression
        Kettic.AspNet.ControlsKaxSessionPageStateCompression

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxCompression : PageAdapter, 
	IHttpModule

The KaxCompression type exposes the following members.

Constructors
  NameDescription
Public methodKaxCompression
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the KaxCompression
Public methodInit
Public methodIsHttpCompressionEnabled
Gets value indicating if the HTTP compression is activated
Public methodIsStateCompressionEnabled
Gets value indicating if the ViewState compression is activated
Public methodShouldApplyOnPostback
Gets value indicating if the compression filter should be applied on full page postbacks
Top
See Also