Table of Contents

Property Indent

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

Indent

Gets or sets a value indicating whether output is indented for readability. False by default: indentation inside a block introduces whitespace text nodes, so an indented document does not re-import to the same DOM as its unindented twin.

public bool Indent { get; set; }

Property Value

bool