Gets whether to use a hosted version of the jQuery script file

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

Syntax

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

Remarks

Defaults to False

See Also