Gets the HostSetting to determine if we should use a 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 bool UseHostedScript { get; }
Visual Basic
<ObsoleteAttribute("This is managed through the JavaScript Library package")> 
Public Shared ReadOnly Property UseHostedScript As Boolean
	Get

Field Value

Return Value

Remarks

This is a simple wrapper around the Host.jQueryHosted property

See Also