KaxStyleSheetManagerOutputCompression Property |
Specifies whether or not the combined output will be compressed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public OutputCompression OutputCompression { get; set; }
Public Property OutputCompression As OutputCompression
Get
Set
public:
property OutputCompression OutputCompression {
OutputCompression get ();
void set (OutputCompression value);
}
member OutputCompression : OutputCompression with get, set
Property Value
Type:
OutputCompressionRemarks 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
EnableStyleSheetCombine is set to true.
See Also