WCF-Xtensions Class Reference for Mono
StringEscapeHandling Enumeration






Specifies how strings are escaped when writing JSON text.
Syntax
'Declaration
 
Public Enum StringEscapeHandling 
   Inherits System.Enum
'Usage
 
Dim instance As StringEscapeHandling
public enum StringEscapeHandling : System.Enum 
public enum StringEscapeHandling = class(System.Enum)
public enum StringEscapeHandling extends System.Enum
__value public enum StringEscapeHandling : public System.Enum 
public enum class StringEscapeHandling : public System.Enum 
Members
MemberDescription
Default Only control characters (e.g. newline) are escaped.
EscapeHtml HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
EscapeNonAscii All non-ASCII and control characters (e.g. newline) are escaped.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.StringEscapeHandling

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback