Click or drag to resize

HtmlFromTrustedHtml Method

Creates a new Html instance from the given html string (won't be encoded). Use this method only if you are absolutely certain that this string cannot contain malicious html code.

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

Parameters

html
Type: SystemString

Return Value

Type: Html
See Also