System.Xml.XmlReaderSettings.IgnoreWhitespace Property

Gets or sets a value indicating whether to ignore insignificant white space.

Syntax

public bool IgnoreWhitespace { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

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