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。

另见