System.Xml.Serialization.IXmlTextParser.WhitespaceHandling Property

Gets or sets how white space is handled when parsing XML.

Syntax

public System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

You should not implement the System.Xml.Serialization.IXmlTextParser interface and IXmlTextParser.Normalized property in your code. Instead use the System.Xml.XmlTextReader.Normalization property of the System.Xml.XmlTextReader class.

Requirements

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