MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlWriter Class
HtmlWriter Methods
WriteEndTag Method
WriteEndTag(HtmlTagId) Method
WriteEndTag(String) Method
Html
Writer
Write
End
Tag(String) Method
Write an end tag.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
WriteEndTag
(
string
name
)
Parameters
name
String
The name of the HTML tag.
Exceptions
Exception
Condition
ArgumentNullException
name
is
null
.
ArgumentException
name
is not a valid HTML tag.
ObjectDisposedException
The
HtmlWriter
has been disposed.
Remarks
Writes an end tag.
See Also
Reference
HtmlWriter Class
WriteEndTag Overload
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast