JsonSerializerOptions.IndentCharacter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義啟用 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
包含無效的字元。
如果在串行化或還原串行化發生之後設定這個屬性,則擲回 。
備註
允許的字元為空格和水平索引標籤。