MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlTagToken Class
HtmlTagToken Methods
WriteTo Method
Html
Tag
Token
Write
To Method
Write the HTML tag to a
TextWriter
.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
void
WriteTo
(
TextWriter
output
)
Parameters
output
TextWriter
The output.
Exceptions
Exception
Condition
ArgumentNullException
output
is
null
.
Remarks
Writes the HTML tag to a
TextWriter
.
See Also
Reference
HtmlTagToken Class
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast