Click or drag to resize

Html Constructor (IHtmlString)

Creates a new Html from the given IHtmlString.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Html(
	IHtmlString html
)

Parameters

html
Type: System.WebIHtmlString
See Also