System::Xml::XmlTextReader::set_ProhibitDtd method

XmlTextReader::set_ProhibitDtd method

Sets a value indicating whether to allow DTD processing.

void System::Xml::XmlTextReader::set_ProhibitDtd(bool value)
ParameterTypeDescription
valueboolThe value to set.

Deprecated

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

See Also