Click or drag to resize
MimeKit

HtmlUtilsHtmlDecode(String) Method

Decode HTML character data.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static string HtmlDecode(
	string data
)

Parameters

data  String
The character data to decode.

Return Value

String
The decoded character data.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
Remarks
Decodes HTML character data.
See Also