System::Xml::XmlWriterSettings::get_DoNotEscapeUriAttributes Methode

XmlWriterSettings::get_DoNotEscapeUriAttributes method

Gibt einen Wert zurück, der angibt, ob der XmlWriter URI-Attribute nicht escaped.

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

ReturnValue

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

Siehe auch