Gets the Url for a hosted version of jQuery

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("This is managed through the JavaScript Library package")]
public static string jQueryUrl { get; }
Visual Basic
<ObsoleteAttribute("This is managed through the JavaScript Library package")> 
Public Shared ReadOnly Property jQueryUrl As String
	Get

Remarks

Defaults to the DefaultHostedUrl constant in the jQuery class. The framework will default to the latest released 1.x version hosted on Google.

See Also