set_NewLineHandling()

XmlWriterSettings::set_NewLineHandling(System::Xml::NewLineHandling) method

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

void System::Xml::XmlWriterSettings::set_NewLineHandling(System::Xml::NewLineHandling value)

Arguments

ParameterTypeDescription
valueSystem::Xml::NewLineHandlingThe value to set.

See Also