Renders this tag with customized settings.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
protected string Render(
	bool newlineAfterOpenTag,
	bool newlineAfterCloseTag,
	bool selfClosing
)

Parameters

newlineAfterOpenTag
Type: System..::..Boolean
Whether the opening tag should be on a line by itself.
newlineAfterCloseTag
Type: System..::..Boolean
Wheter a newline should be inserted after the closing tag.
selfClosing
Type: System..::..Boolean
If true, we won't render any elements and output a self-closing tag.

Return Value

The string representation of the DOM.

See Also