Click or drag to resize

HtmlBuilder Constructor (IHtmlString)

Initializes a new instance of the HtmlBuilder class with the specified IHtmlString and IFormatProvider. This constructor will use the current culture for formatting.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public HtmlBuilder(
	params IHtmlString[] htmls
)

Parameters

htmls
Type: System.WebIHtmlString
See Also