System::Xml::XmlReaderSettings::get_ProhibitDtd método

XmlReaderSettings::get_ProhibitDtd method

Devuelve un valor que indica si se debe prohibir el procesamiento de definiciones de tipo de documento (DTD).

bool System::Xml::XmlReaderSettings::get_ProhibitDtd()

ReturnValue

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

Deprecated

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

Ver también