Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectIndentHtml Property
This is used to get or set whether or not the HTML rendered by BuildAssembler is indented.

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

Property Value

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