You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update default values for XmlReaderSettings (#10028)
- Sort the table alphabetically
- Add missing `CloseInput` property
- Fix link to `DtdProcessing` property: it should point to
System.Xml.XmlReaderSettings.DtdProcessing.
@@ -132,7 +134,6 @@ The following example creates an <xref:System.Xml.XmlReader> that uses an <xref:
132
134
|<xref:System.Xml.XmlReaderSettings.MaxCharactersFromEntities%2A>|0 (there is no limit on the number of characters that result from expanding entities).|
133
135
|<xref:System.Xml.XmlReaderSettings.MaxCharactersInDocument%2A>|0 (there is no limit on the size of the XML document).|
|<xref:System.Xml.XmlReaderSettings.ProhibitDtd%2A>|`true`. This property is obsolete. Use <xref:System.Xml.XmlTextReader.DtdProcessing%2A> instead. If you had set <xref:System.Xml.XmlReaderSettings.ProhibitDtd%2A> to its default value `true` set <xref:System.Xml.XmlTextReader.DtdProcessing%2A> to `Prohibit`. If you had set <xref:System.Xml.XmlReaderSettings.ProhibitDtd%2A> to `false` set <xref:System.Xml.XmlTextReader.DtdProcessing%2A> to `Parse`.|
0 commit comments