Click or drag to resize
MimeKit

HtmlUtilsHtmlDecode(TextWriter, String) Method

Decode HTML character data.

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

Parameters

output  TextWriter
The TextWriter to output the result.
data  String
The character data to decode.
Exceptions
ExceptionCondition
ArgumentNullException

output is null.

-or-

data is null.

Remarks
Decodes HTML character data.
See Also