Other Append Element Methods
Link(), Meta(), Metas(), Script()
These methods append elements but do not change the IndentCount
value.
The "Append" element methods create the added text without an ending
newline. This behavior is done for consistency and it allows the developer
to append to the existing text.
"Append" methods start the text with a newline if the builder already has
text, param allowNewLine = true and builder text does not end with a
newline.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.