The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NewLineHandling Enumeration
Silverlight
Specifies how to handle line breaks.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() ![]() | Replace | New line characters are replaced to match the character specified in the NewLineChars property. |
![]() ![]() | 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. |
This enumeration is passed to the Create method to specify whether the XmlWriter object will normalize line breaks in the output.
See the NewLineHandling property to see a table detailing the behavior of each validation type.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

