HtmlUtilAppendNodeHtml Method

Append the rendered HTML text of the provided node to the supplied string builder.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void AppendNodeHtml(
	HtmlNodeItem node,
	StringBuilder builder,
	bool preserveSpace,
	bool lineFeedSeparation
)

Parameters

node  HtmlNodeItem
Reference to the node to be rendered.
builder  StringBuilder
Reference to the string builder receiving the content.
preserveSpace  Boolean
Value indicating whether space will be preserved throughout the document.
lineFeedSeparation  Boolean
Value indicating whether nodes are terminated with line feeds.

See Also