System::Xml::XmlReaderSettings::get_ProhibitDtd метод

XmlReaderSettings::get_ProhibitDtd method

Возвращает значение, указывающее, запрещать ли обработку определений типа документа (DTD).

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

ReturnValue

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

Deprecated

Этот метод устарел. Вместо него используйте XmlTextReader::get_DtdProcessing.

См. также