JavaScriptEncoding Enumeration |
Namespace: Packflow.Interface.Utils
public enum JavaScriptEncoding
| Member name | Value | Description | |
|---|---|---|---|
| ForAttribute | 0 | Enables HTML encoding. Must be used when inserting JSON values into an HTML attribute. | |
| ForScriptTag | 1 | Turns off encoding. Must be used when inserting JSON values into a HTML script tag |