System::Xml::XmlWriterSettings::set_DoNotEscapeUriAttributes method

XmlWriterSettings::set_DoNotEscapeUriAttributes method

Sets a value that indicates whether the XmlWriter does not escape URI attributes.

void System::Xml::XmlWriterSettings::set_DoNotEscapeUriAttributes(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also