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: