Click or drag to resize
KaxScriptManager Class
ScriptManager derived class to add the ability to combine multiple smaller scripts into a larger one as a way to reduce the number of files the client must download
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UIScriptManager
      Kettic.AspNet.ControlsKaxScriptManager

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 KaxScriptManager : ScriptManager

The KaxScriptManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxScriptManager
Top
Methods
  NameDescription
Public methodStatic memberIsEncodingInAcceptList
Top
Properties
  NameDescription
Public propertyCdnSettings
Public propertyEnableHandlerDetection
Gets or sets a value indicating if KaxScriptManager should check the Kettic.AspNet.Controls.WebResource handler existence in the application configuration file.
Public propertyEnableScriptCombine
Specifies whether or not multiple script references should be combined into a single file
Public propertyHttpHandlerUrl
Specifies the URL of the HTTPHandler that combines and serves the scripts.
Public propertyOutputCompression
Specifies whether or not the combined output will be compressed.
Top
See Also