System.Xml.XmlReaderSettings Class

Specifies a set of features to support on the System.Xml.XmlReader object created by the erload:System.Xml.XmlReader.Create method.

See Also: XmlReaderSettings Members

Syntax

public sealed class XmlReaderSettings

Remarks

In the dnprdnext release, the erload:System.Xml.XmlReader.Create method is the preferred mechanism for obtaining System.Xml.XmlReader instances. The erload:System.Xml.XmlReader.Create method uses the System.Xml.XmlReaderSettings class to specify which features to implement in the created System.Xml.XmlReader object.

For more information, see Creating XML Readers.

Security Considerations

The following are things to consider when using the System.Xml.XmlReaderSettings class.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0