Gets the Url for a hosted version of jQuery UI

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

Syntax

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

Remarks

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

See Also