| SandcastleProjectIndentHtml Property |
This is used to get or set whether or not the HTML rendered by BuildAssembler is indented.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool IndentHtml { get; set; }
Public Property IndentHtml As Boolean
Get
Set
public:
property bool IndentHtml {
bool get ();
void set (bool value);
}
member IndentHtml : bool with get, set
Property Value
Type:
BooleanThis is mainly a debugging aid. Leave it set to false, the default to produce more compact
HTML.
See Also