Gets or sets a value specifying how whitespace is handled.
[Visual Basic] Public Property WhitespaceHandling As WhitespaceHandling [C#] public WhitespaceHandling WhitespaceHandling {get; set;} [C++] public: __property WhitespaceHandling get_WhitespaceHandling(); public: __property void set_WhitespaceHandling(WhitespaceHandling); [JScript] public function get WhitespaceHandling() : WhitespaceHandling; public function set WhitespaceHandling(WhitespaceHandling);
One of the WhitespaceHandling values. The default is All.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace