XmlReaderSettings::Reset Method ()
Resets the members of the settings class to their default values.
Assembly: System.Xml (in System.Xml.dll)
The following table shows initial property values for an instance of XmlReaderSettings.
Property | Initial Value |
|---|---|
false. | |
true. | |
false. | |
false. | |
false. | |
0. | |
0. | |
0 (there is no limit on the number of characters that result from expanding entities). | |
0 (there is no limit on the size of the XML document). | |
null. | |
true. This property is obsolete. Use DtdProcessing instead. If you had set ProhibitDtd to its default value true set DtdProcessing to Prohibit. If you had set ProhibitDtd to false set DtdProcessing to Parse. | |
An empty XmlSchemaSet object. | |
None. | |
A new XmlUrlResolver object. |
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1