MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlTagContext Class
HtmlTagContext Methods
WriteTag Method
WriteTag(HtmlWriter) Method
WriteTag(HtmlWriter, Boolean) Method
Html
Tag
Context
Write
Tag(Html
Writer) Method
Write the HTML tag.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
WriteTag
(
HtmlWriter
htmlWriter
)
Parameters
htmlWriter
HtmlWriter
The HTML writer.
Exceptions
Exception
Condition
ArgumentNullException
htmlWriter
is
null
.
Remarks
Writes the HTML tag to the given
HtmlWriter
.
See Also
Reference
HtmlTagContext Class
WriteTag Overload
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast