System::Xml::XmlWriterSettings::get_DoNotEscapeUriAttributes method

XmlWriterSettings::get_DoNotEscapeUriAttributes method

Devuelve un valor que indica si el XmlWriter no escapa los atributos URI.

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

ReturnValue

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

Ver también