CdnSettingsBaseUrl Property |
Gets or sets the base URL of the CDN that hosts the control scripts.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual string BaseUrl { get; set; }
Public Overridable Property BaseUrl As String
Get
Set
public:
virtual property String^ BaseUrl {
String^ get ();
void set (String^ value);
}
abstract BaseUrl : string with get, set
override BaseUrl : string with get, set
Property Value
Type:
String
The base URL of the CDN for HTTP connections. The default value is
http://aspnet-scripts.ketticstatic.comRemarks
In order to obtain the URL for a specific resource, KaxScriptManager will combine the
base URL with the suite name (ajax) and the current version.
For example: http://aspnet-scripts.ketticstatic.com/ajax/2009.3.1207/Common/Core.js
If the browser supports it, the KaxScriptManager will serve a gzip compressed version from the "ajaxz" folder.
See
KetticCdn for detailed description of the Kettic CDN network.
See Also