System.Xml.ValidationType.None Field

No validation is performed. This setting creates an XML 1.0 compliant non-validating parser.

Syntax

ValidationType None

Remarks

Default attributes are reported and general entities can be resolved by calling XmlReader.ResolveEntity. The DOCTYPE is not used for validation purposes.

No validation errors are thrown.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0