SandcastleProjectIndentHtml Property

This read-only property is used to get whether or not the HTML rendered by BuildAssembler is indented.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool IndentHtml { get; }

Property Value

Boolean
This is mainly a debugging aid. Leave it set to false, the default, to produce more compact HTML.

See Also