Utf8JsonWriter.Options 属性

定义

获取使用此实例编写 JSON 时的自定义行为,以指示在编写时是否格式化输出,是否跳过结构化 JSON 验证以及要转义哪些字符。

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

属性值

JsonWriterOptions

编写器的此实例的自定义行为,用于格式设置、验证和转义。

适用于