CustomContextWhitespace 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: 2024.9.12.0
public override bool Whitespace { get; }

Property Value

Boolean
This implementation always returns true

Return Value

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

See Also