HtmlUtilAppendNodeHtml Method
Append the rendered HTML text of the provided node to the supplied
string builder.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void AppendNodeHtml(
HtmlNodeItem node,
StringBuilder builder,
bool preserveSpace,
bool lineFeedSeparation
)
Public Shared Sub AppendNodeHtml (
node As HtmlNodeItem,
builder As StringBuilder,
preserveSpace As Boolean,
lineFeedSeparation As Boolean
)
No code example is currently available or this language may not be supported.
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.