SandcastleProjectIndentHtml Property
This read-only property is used to get whether or not the HTML rendered by BuildAssembler
is indented.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool IndentHtml { get; }
Public ReadOnly Property IndentHtml As Boolean
Get
public:
property bool IndentHtml {
bool get ();
}
member IndentHtml : bool with get
Property Value
BooleanThis is mainly a debugging aid. Leave it set to false, the default, to produce more compact
HTML.