Click or drag to resize

Html.Join Method (Html, IEnumerable<Html>)

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.Utils.Html
htmls
Type: System.Collections.Generic.IEnumerable<Html>

Return Value

Type: Html
See Also