HtmlBuilderAppend Method |
| Name | Description | |
|---|---|---|
| Append(IEnumerableIHtmlString) |
Appends multiple IHtmlString instances to this HtmlBuilder instance.
| |
| Append(FormattableString) |
Appends a FormattableString to this HtmlBuilder instance.
Static parts of the template will be considered safe and won't be encoded while variable
parts (between '{' and '}') will be html encoded.
| |
| Append(FormattableString) |
Appends a FormattableString to this HtmlBuilder instance.
Static parts of the template will be considered safe and won't be encoded while variable
parts (between '{' and '}') will be html encoded.
| |
| Append(IHtmlString) |
Appends a IHtmlString to this HtmlBuilder instance.
| |
| Append(IHtmlString) |
Appends multiple IHtmlString instances to this HtmlBuilder instance.
| |
| Append(IEnumerableHtml) |
Appends multiple Html instances to this HtmlBuilder instance.
|