Click or drag to resize
MimeKit

HtmlTagTokenIsEmptyElement Property

Get whether the tag is an empty element.

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

Property Value

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