Custom ContextWhitespace Property
When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This implementation always returns true
to check white space nodes in the source document for inclusion in the output; to not evaluate white space nodes. The default is .
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override bool Whitespace { get; }VB
Public Overrides ReadOnly Property Whitespace As Boolean
GetC++
public:
virtual property bool Whitespace {
bool get () override;
}F#
abstract Whitespace : bool with get
override Whitespace : bool with getProperty Value
BooleanThis implementation always returns true
Return Value
Booleanto check white space nodes in the source document for inclusion in the output; to not evaluate white space nodes. The default is .