Returns the default URL for a hosted version of the jQuery script

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public const string DefaultHostedUrl
Visual Basic
Public Const DefaultHostedUrl As String

Remarks

Google hosts versions of many popular javascript libraries on their CDN. Using the hosted version increases the likelihood that the file is already cached in the users browser.

See Also