The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IXmlTextParser.Normalized Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets whether white space and attribute values are normalized.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue if white space attributes values are normalized; otherwise, false.
You should not implement the IXmlTextParser interface and Normalized property in your code. Instead use the Normalization property of the XmlTextReader class.
.NET Framework
Available since 2.0
Available since 2.0
Show: