JsonSerializerOptions.NewLine 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 WriteIndentedtrue
時要使用的新行字串。
預設值為 NewLine的值。
public:
property System::String ^ NewLine { System::String ^ get(); void set(System::String ^ value); };
public string NewLine { get; set; }
member this.NewLine : string with get, set
Public Property NewLine As String
屬性值
例外狀況
當新行字串 null
時擲回。
當新的行字串不是 \n
或 \r\n
時擲回。
如果在串行化或還原串行化發生之後設定這個屬性,則擲回 。