Share via


NewLineHandling Enumeration

Specifies how to handle line breaks.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public enum NewLineHandling

Members

  Member name Description
Entitize New line characters are entitized. This setting preserves all characters when the output is read by a normalizing XmlReader.
None The new line characters are unchanged. The output is the same as the input.
Replace New line characters are replaced by the characters "\r\n".

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Xml Namespace