HtmlBuilder
01 Syntax
Microsoft.VisualBasic.Text.Xml.HtmlBuilder
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
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
| Name | Type | Description |
|---|---|---|
sb | StringBuilder | - |
html | XElement | The html string to append. |
sprintf(
XElement, Object())WriteLine(
TextWriter, XElement, Object())