Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​NewLineHandling
Assembly: System.Xml.ReaderWriter
Specifies how to handle line breaks.
Values
Replace
New line characters are replaced to match the character specified in the <see cref="P:System.Xml.XmlWriterSettings.NewLineChars" /> property.
Entitize
New line characters are entitized. This setting preserves all characters when the output is read by a normalizing <see cref="T:System.Xml.XmlReader" /> .
None
The new line characters are unchanged. The output is the same as the input.