set_ProhibitDtd()

XmlTextReader::set_ProhibitDtd(bool) method

Sets a value indicating whether to allow DTD processing.

void System::Xml::XmlTextReader::set_ProhibitDtd(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.
Deprecated
This method is obsolete. Use XmlTextReader::set_DtdProcessing instead.

See Also