XmlReaderSettings.IgnoreWhitespace Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value indicating whether to ignore insignificant white space.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue to ignore white space; otherwise false. The default is false.
White space that is not considered to be significant includes spaces, tabs, and blank lines used to set apart the markup for greater readability. An example of this is white space in element content.
This property setting does not affect white space between markup in a mixed content mode, or white space that occurs within the scope of an xml:space='preserve' attribute.