Click or drag to resize
KaxStyleSheetManager Class
A control allowing the ability to combine multiple embedded stylesheet references into a larger one as a way to reduce the number of files the client must download
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    Kettic.AspNet.ControlsKaxStyleSheetManager

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 KaxStyleSheetManager : Control

The KaxStyleSheetManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxStyleSheetManager
Top
Methods
Properties
  NameDescription
Public propertyCdnSettings
Public propertyEnableHandlerDetection
Gets or sets a value indicating if KaxStyleSheetManager should check the Kettic.AspNet.Controls.WebResource handler existence in the application configuration file.
Public propertyEnableStyleSheetCombine
Specifies whether or not multiple embedded stylesheet references should be combined into a single file
Public propertyHttpHandlerUrl
Specifies the URL of the HTTPHandler that combines and serves the stylesheets.
Public propertyOutputCompression
Specifies whether or not the combined output will be compressed.
Public propertyStyleSheets
Top
See Also