| HtmlTagContextDeleteEndTag Property |
Get or set whether or not the end tag should be deleted.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool DeleteEndTag { get; set; }
Property Value
Booleantrue if the end tag should be deleted; otherwise,
false.
Remarks
Gets or sets whether or not the end tag should be deleted.
See Also