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.

C#
[System.Management.Automation.Parameter]
public Newtonsoft.Json.StringEscapeHandling EscapeHandling { get; set; }

Property Value

Newtonsoft.Json.StringEscapeHandling
Attributes

Applies to

Produto Versións
PowerShell SDK 7.2.0, 7.3.0, 7.4.0