public enum WhitespaceHandling
Object
ValueType
Enum
WhitespaceHandling
System.Xml
XML
Specifies the type of white space returned by instances of the XmlTextReader class.
Significant white space is white space between markup in a mixed content model, or white space within an element that has thexml:space="preserve"
attribute. Insignificant white space is any other white space between markup.
System.Xml Namespace
WhitespaceHandling Fields
WhitespaceHandling.All Field
WhitespaceHandling.None Field
WhitespaceHandling.Significant Field
WhitespaceHandling.value__ Field
All = 0;
Return both significant and insignificant white space. This is the default.
System.Xml.WhitespaceHandling Enum, System.Xml Namespace
None = 2;
Return neither significant nor insignificant white space.
System.Xml.WhitespaceHandling Enum, System.Xml Namespace
Significant = 1;
Return significant white space only.
System.Xml.WhitespaceHandling Enum, System.Xml Namespace
value__;
System.Xml.WhitespaceHandling Enum, System.Xml Namespace