XsltContext.Whitespace Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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.XPath (in System.Xml.XPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Whitespace As Boolean
public abstract bool Whitespace { get; }
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.