Click or drag to resize

Html  Conversion (HtmlString to Html)

Converts the given HtmlString 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 (
	HtmlString html
)

Parameters

html
Type: System.WebHtmlString

Return Value

Type: Html
See Also