Click or drag to resize

JavaScriptEncoding Enumeration

Specifies how a JSON values should be encoded.

Namespace:  Packflow.Interface.Utils
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum JavaScriptEncoding
Members
  Member nameValueDescription
ForAttribute0 Enables HTML encoding. Must be used when inserting JSON values into an HTML attribute.
ForScriptTag1 Turns off encoding. Must be used when inserting JSON values into a HTML script tag
See Also