Click or drag to resize

HtmlFromText Method

Creates a new Html instance from the given text (will be encoded).

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Html FromText(
	string str
)

Parameters

str
Type: SystemString

Return Value

Type: Html
See Also