Click or drag to resize
MimeKit

HtmlTagTokenIsEndTag Property

Get whether or not the tag is an end tag.

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

Property Value

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