Click or drag to resize

HtmlJoin Method (Html, IEnumerableHtml)

Concatenates all the given html strings, using the given separator. This method works in a similar way to Join(String, String)

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

Parameters

separator
Type: MicaSystems.UtilsHtml
htmls
Type: System.Collections.GenericIEnumerableHtml

Return Value

Type: Html
See Also