Click or drag to resize
MimeKit

HtmlWriterWriteToken Method

Write a token to the output stream.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void WriteToken(
	HtmlToken token
)

Parameters

token  HtmlToken
The HTML token.
Exceptions
ExceptionCondition
ArgumentNullExceptiontoken is null.
ObjectDisposedException The HtmlWriter has been disposed.
Remarks
Writes a token that was emitted by the HtmlTokenizer to the output stream.
See Also