StyleSheetCdnSettingsBaseSecureUrl Property |
Gets or sets the base secure (HTTPS) URL of the CDN that hosts the control skins.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override string BaseSecureUrl { get; set; }
Public Overrides Property BaseSecureUrl As String
Get
Set
public:
virtual property String^ BaseSecureUrl {
String^ get () override;
void set (String^ value) override;
}
abstract BaseSecureUrl : string with get, set
override BaseSecureUrl : string with get, set
Property Value
Type:
String
The base secure (HTTPS) URL of the CDN for HTTP connections. The default value is
https://d35islomi5rx1v.cloudfront.net
Remarks
The BaseSecureUrl will be used when the page is served over a secure connection.
In order to obtain the URL for a specific resource, KaxStyleSheetManager will combine the
base URL with the suite name (ajax) and the current version.
For example: https://d35islomi5rx1v.cloudfront.net/ajax/2009.3.1207/Default/Menu.Default.css
If the browser supports it, the KaxStyleSheetManager will serve a gzip compressed version from the "ajaxz" folder.
See
KetticCdn for detailed description of the Kettic CDN network.
See Also