nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / HtmlBuilder

HtmlBuilder

Full name Microsoft.VisualBasic.Text.Xml.HtmlBuilder Assembly Microsoft.VisualBasic.Runtime Members 3

01 Syntax

Microsoft.VisualBasic.Text.Xml.HtmlBuilder

02 Methods

NameOverloadsSummary
AppendLine 1 Appends a copy of the specified string followed by the default line terminator to the end of the current StringBuilder object.
sprintf 1
WriteLine 1

03 Members

method AppendLine #
AppendLine(StringBuilder, XElement, Object())

Appends a copy of the specified string followed by the default line terminator to the end of the current StringBuilder object.

Remarks

A reference to this instance after the append operation has completed.

Parameters
NameTypeDescription
sbStringBuilder

-

htmlXElement

The html string to append.

method sprintf #
sprintf(XElement, Object())
method WriteLine #
WriteLine(TextWriter, XElement, Object())