determine whereabouts in the page the script (and fallback script when CDN is enabled) is emitted
Namespace: DotNetNuke.Framework.JavaScriptLibrariesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum ScriptLocation |
Visual Basic |
---|
Public Enumeration ScriptLocation |
Members
Member name | Value | Description | |
---|---|---|---|
PageHead | 0 | ||
BodyTop | 1 | ||
BodyBottom | 2 |