Click or drag to resize

Html  Conversion (String to Html)

Converts the given text into a Html instance (the 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 implicit operator Html (
	string str
)

Parameters

str
Type: SystemString

Return Value

Type: Html
See Also