New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadCompressionSettingsAttribute

Represents the RadCompressionSettings attribute class. It can be used to setup RadCompression settings on per handler basis (e.g. System.Web.UI.Page ) .

Inheritance Hierarchy

  • System.Object
  • System.Attribute
  • Telerik.Web.UI.RadCompressionSettingsAttribute

Properties

EnablePostbackCompression Boolean

A property that Gets or Sets whether RadCompression module should compress responses to regular post back requests.

HttpCompression CompressionType

A property that Gets or Sets the to be used for Http compression.

StateCompression CompressionType

A property that Gets or Sets the to be used for ViewState compression.

In this article