Table of Contents

Property NewLine

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

NewLine

Gets or sets the line ending. "\n" by default and never the platform's, because output must be byte-identical across operating systems.

public string NewLine { get; set; }

Property Value

string

Exceptions

ArgumentException

The value is not "\n" or "\r\n".