Click or drag to resize
MimeKit

HtmlDataTokenWriteTo Method

Write the HTML character data to a TextWriter.

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

Parameters

output  TextWriter
The output.
Exceptions
ExceptionCondition
ArgumentNullExceptionoutput is null.
Remarks
Writes the HTML character data to a TextWriter, encoding it if it isn't already encoded.
See Also