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