Click or drag to resize

Html  Conversion (HtmlBuilder to Html)

Converts the given HtmlBuilder instance into a Html instance.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static implicit operator Html (
	HtmlBuilder html
)

Parameters

html
Type: MicaSystems.UtilsHtmlBuilder

Return Value

Type: Html
See Also