mscorlib(4.0.0.0) API with additions
DtdProcessing.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum DtdProcessing
6  {
8  [global::__DynamicallyInvokable]
9  Prohibit,
11  [global::__DynamicallyInvokable]
12  Ignore,
14  Parse
15  }
16 }
Specifies that when a DTD is encountered, an T:System.Xml.XmlException is thrown with a message that ...
Used for parsing DTDs.
DtdProcessing
Specifies the options for processing DTDs. The T:System.Xml.DtdProcessing enumeration is used by the ...
Definition: DtdProcessing.cs:5