Método System::Xml::XmlTextReader::get_ProhibitDtd

XmlTextReader::get_ProhibitDtd method

Devuelve un valor que indica si se permite el procesamiento de DTD.

bool System::Xml::XmlTextReader::get_ProhibitDtd()

ReturnValue

true to disallow DTD processing; otherwise false. The default is false.

Deprecated

Este método está obsoleto. Use XmlTextReader::get_DtdProcessing en su lugar.

Ver también