System::Xml::XmlReaderSettings::get_ProhibitDtd metodo
XmlReaderSettings::get_ProhibitDtd method
Restituisce un valore che indica se proibire l’elaborazione della definizione del tipo di documento (DTD).
bool System::Xml::XmlReaderSettings::get_ProhibitDtd()
ReturnValue
true to prohibit DTD processing; otherwise false. The default is true.
Deprecated
Questo metodo è obsoleto. Usa XmlTextReader::get_DtdProcessing invece.
Vedi anche
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Font for C++