get_NewLineHandling()

XmlWriterSettings::get_NewLineHandling() method

Returns a value indicating whether to normalize line breaks in the output.

System::Xml::NewLineHandling System::Xml::XmlWriterSettings::get_NewLineHandling()

Return Value

One of the NewLineHandling values. The default is NewLineHandling::Replace.

See Also