다음을 통해 공유


JsonWriterOptions.IndentCharacter 속성

정의

Indented 사용할 때 Utf8JsonWriter 사용하는 들여쓰기 문자를 정의합니다. 기본값은 공백 문자입니다.

public:
 property char IndentCharacter { char get(); void set(char value); };
public char IndentCharacter { get; set; }
member this.IndentCharacter : char with get, set
Public Property IndentCharacter As Char

속성 값

예외

value 잘못된 문자를 포함합니다.

설명

허용되는 문자는 공백 및 가로 탭입니다.

적용 대상