ConvertToJsonCommand.EscapeHandling Property

Definition

Specifies how strings are escaped when writing JSON text. If the EscapeHandling property is set to EscapeHtml, the result JSON string will be returned with HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.

[System.Management.Automation.Parameter]
public Newtonsoft.Json.StringEscapeHandling EscapeHandling { get; set; }
[<System.Management.Automation.Parameter>]
member this.EscapeHandling : Newtonsoft.Json.StringEscapeHandling with get, set
Public Property EscapeHandling As StringEscapeHandling

Property Value

Newtonsoft.Json.StringEscapeHandling
Attributes

Applies to