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

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

Syntax

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

Field Value

Return Value

Remarks

This is a simple wrapper around the Host.jQueryUIUrl property

See Also