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 包含无效字符。

如果在序列化或反序列化发生后设置此属性,则引发此属性。

注解

允许的字符是空格和水平制表符。

适用于