Click or drag to resize
CdnSettings Class
Base class for CDN Related 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 CdnSettings : ObjectWithState, 
	ICdnSettings

The CdnSettings type exposes the following members.

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