| HtmlTagTokenIsEmptyElement Property |
Get whether or not the tag is an empty element.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsEmptyElement { get; }
Property Value
Booleantrue if the tag is an empty element; otherwise,
false.
Remarks
Gets whether or not the tag is an empty element.
See Also