MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlTagIdExtensions Class
HtmlTagIdExtensions Methods
IsEmptyElement Method
IsFormattingElement Method
ToHtmlTagName Method
Html
Tag
Id
Extensions
Is
Empty
Element Method
Determines whether the HTML tag is an empty element.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
static
bool
IsEmptyElement
(
this
HtmlTagId
id
)
Parameters
id
HtmlTagId
Identifier.
Return Value
Boolean
if the tag is an empty element; otherwise,
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HtmlTagId
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
Remarks
Determines whether the HTML tag is an empty element.
See Also
Reference
HtmlTagIdExtensions Class
MimeKit.Text Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast