![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Client script enabled state.
Determined by having the jQuery.Scf layer setting a cookie named '_sce' to '1'.
If no cookie is found, state will be Unknown.
Namespace: Smartsite.Scf
Determined by having the jQuery.Scf layer setting a cookie named '_sce' to '1'.
If no cookie is found, state will be Unknown.
Assembly: Smartsite.Scf (in Smartsite.Scf.dll)
Syntax
C# | ![]() |
---|---|
public enum ClientScriptState |
Visual Basic (Declaration) | ![]() |
---|---|
Public Enumeration ClientScriptState |
Members
Member name | Description | |
---|---|---|
Unknown |
Not yet determined.
| |
On |
Client has scripting enabled.
| |
Off |
Client has scripting disabled or is a device without scripting.
|
See Also
Smartsite.Scf Namespace