Gets the Url for a hosted version of jQuery Migrate plugin.

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

Syntax

C#
[ObsoleteAttribute("This is managed through the JavaScript Library package")]
public static string jQueryMigrateUrl { get; }
Visual Basic
<ObsoleteAttribute("This is managed through the JavaScript Library package")> 
Public Shared ReadOnly Property jQueryMigrateUrl 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