ConvertToJsonCommand.EscapeHandling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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