Utf8JsonWriter.Options Property

Definition

Gets the custom behavior when writing JSON using this instance, which indicates whether to format the output while writing, whether to skip structural JSON validation, and which characters to escape.

public:
 property System::Text::Json::JsonWriterOptions Options { System::Text::Json::JsonWriterOptions get(); };
public System.Text.Json.JsonWriterOptions Options { get; }
member this.Options : System.Text.Json.JsonWriterOptions
Public ReadOnly Property Options As JsonWriterOptions

Property Value

The custom behavior of this instance of the writer for formatting, validating, and escaping.

Applies to