Click or drag to resize

Html.FromTrustedHtml 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: System.String

Return Value

Type: Html
See Also