System::Xml::XmlWriterSettings::get_DoNotEscapeUriAttributes method

XmlWriterSettings::get_DoNotEscapeUriAttributes method

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

bool System::Xml::XmlWriterSettings::get_DoNotEscapeUriAttributes()

ReturnValue

true if the XmlWriter does not escape URI attributes; otherwise, false. The default is false.

See Also