Gets the HostSetting to determine if we should use the standard jQuery script or the minified jQuery script.

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

Syntax

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

Field Value

Return Value

Remarks

This is a simple wrapper around the Host.jQueryDebug property

See Also