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 بدلاً من ذلك.
انظر أيضًا
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Page for C++