Gets the HostSetting for the URL of the hosted version of the jQuery script.

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

Syntax

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

Field Value

Return Value

Remarks

This is a simple wrapper around the Host.jQueryUrl property

See Also