System::Xml::XmlWriterSettings::get_DoNotEscapeUriAttributes metodo

XmlWriterSettings::get_DoNotEscapeUriAttributes method

Restituisce un valore che indica se il XmlWriter non esegue l’escape degli attributi URI.

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

ReturnValue

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

Vedi anche