get_DoNotEscapeUriAttributes()

XmlWriterSettings::get_DoNotEscapeUriAttributes() method

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

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

Return Value

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

See Also