MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlTagToken Class
HtmlTagToken Constructor
HtmlTagToken(String, Boolean) Constructor
HtmlTagToken(String, IEnumerable<HtmlAttribute>, Boolean) Constructor
Html
Tag
Token(String, Boolean) Constructor
Initialize a new instance of the
HtmlTagToken
class.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
HtmlTagToken
(
string
name
,
bool
isEndTag
)
Parameters
name
String
The name of the tag.
isEndTag
Boolean
true
if the tag is an end tag; otherwise,
false
.
Exceptions
Exception
Condition
ArgumentNullException
name
is
null
.
Remarks
Creates a new
HtmlTagToken
.
See Also
Reference
HtmlTagToken Class
HtmlTagToken Overload
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast