طريقة 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.Font for C++