다음을 통해 공유


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

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

적용 대상