Click or drag to resize

HtmlConcat Method (IEnumerableHtml)

Concatenates the given html strings.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Html Concat(
	IEnumerable<Html> htmls
)

Parameters

htmls
Type: System.Collections.GenericIEnumerableHtml

Return Value

Type: Html
See Also