다음을 통해 공유


JsonSerializerOptions.IndentCharacter 속성

정의

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

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 잘못된 문자를 포함합니다.

serialization 또는 deserialization이 발생한 후 이 속성이 설정된 경우 throw됩니다.

설명

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

적용 대상