Click or drag to resize
MimeKit

HtmlTokenWriteTo Method

Write the HTML token to a TextWriter.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public abstract void WriteTo(
	TextWriter output
)

Parameters

output  TextWriter
The output.
Exceptions
ExceptionCondition
ArgumentNullExceptionoutput is null.
Remarks
Writes the HTML token to a TextWriter.
See Also