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