set_DoNotEscapeUriAttributes()

XmlWriterSettings::set_DoNotEscapeUriAttributes(bool) method

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

void System::Xml::XmlWriterSettings::set_DoNotEscapeUriAttributes(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also