Click or drag to resize
StyleSheetCdnSettings Class
KaxStyleSheetManager CDN settings
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsCdnSettings
      Kettic.AspNet.ControlsStyleSheetCdnSettings

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 StyleSheetCdnSettings : CdnSettings

The StyleSheetCdnSettings type exposes the following members.

Properties
  NameDescription
Public propertyBaseSecureUrl
Gets or sets the base secure (HTTPS) URL of the CDN that hosts the control skins.
(Overrides CdnSettingsBaseSecureUrl.)
Public propertyBaseUrl
Gets or sets the base URL of the CDN that hosts the control skins.
(Overrides CdnSettingsBaseUrl.)
Public propertyKetticCdn
Gets or sets a value indicating whether to use the Kettic CDN network to load control skins.
(Overrides CdnSettingsKetticCdn.)
Top
See Also