Click or drag to resize
KaxScriptManagerOutputCompression Property
Specifies whether or not the combined output will be compressed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public OutputCompression OutputCompression { get; set; }

Property Value

Type: OutputCompression
Remarks

In some cases the browsers do not recognize compressed streams (e.g. if IE 6 lacks an update installed). In some cases the Kettic.AspNet.Controls.WebResource handler cannot determine if to compress the stream. Set this property to Disabled if you encounter that problem.

The OutputCompression property works only when EnableScriptCombine is set to true.

See Also