CustomContextWhitespace Property
When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override bool Whitespace { get; }
Public Overrides ReadOnly Property Whitespace As Boolean
Get
public:
virtual property bool Whitespace {
bool get () override;
}
abstract Whitespace : bool with get
override Whitespace : bool with get
BooleanThis implementation always returns true
Boolean to check white space nodes in the source document for inclusion in the output;
to not evaluate white space nodes. The default is
.