ScriptExecutionModeEnum Enumeration |
Namespace: CMS.Base.Web.UI
public enum ScriptExecutionModeEnum
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Default, parser blocking execution mode. | |
Asynchronous | 1 | Downloads the script without blocking the parser and executes once it's finished. | |
Deferred | 2 | Delays script execution until the parser has finished. |
Copyright (c) 2023 Kentico Software