System::Xml::XmlReaderSettings::get_ProhibitDtd method

XmlReaderSettings::get_ProhibitDtd method

Returns a value indicating whether to prohibit document type definition (DTD) processing.

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

ReturnValue

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

Deprecated

This method is obsolete. Use XmlTextReader::get_DtdProcessing instead.

See Also