Click or drag to resize
MimeKit

HtmlTagTokenIsEmptyElement Property

Get whether or not the tag is an empty element.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool IsEmptyElement { get; }

Property Value

Boolean
true if the tag is an empty element; otherwise, false.
Remarks
Gets whether or not the tag is an empty element.
See Also