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

속성 값

서식 지정, 유효성 검사 및 이스케이프에 대한 이 기록기 인스턴스의 사용자 지정 동작입니다.

적용 대상