Windows apps
Collapse the table of content
Expand the table of content
Information
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.

XsltContext::Whitespace Property

 

When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
property bool Whitespace {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true to check white space nodes in the source document for inclusion in the output; false to not evaluate white space nodes. The default is true.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft