Click or drag to resize
KetticCdnMode Enumeration
Enumeration of the possible modes for the Kettic CDN.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KetticCdnMode
Members
  Member nameValueDescription
Enabled1 The Kettic static resources are served from a CDN
Disabled2 The Kettic static resources are served locally
Auto3 Value is determined from ScriptManager.EnableCdn for .NET 4.0; For earlier versions of ASP.NET the value is set to Disabled
See Also