Click or drag to resize

HtmlBuilderAppend Method (IEnumerableIHtmlString)

Appends multiple IHtmlString instances to this HtmlBuilder instance.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public HtmlBuilder Append(
	IEnumerable<IHtmlString> htmls
)

Parameters

htmls
Type: System.Collections.GenericIEnumerableIHtmlString

Return Value

Type: HtmlBuilder
See Also