Click or drag to resize
MimeKit

HtmlTagContextDeleteTag Property

Get or set whether or not the tag should be deleted.

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

Property Value

Boolean
true if the tag should be deleted; otherwise, false.
Remarks
Gets or sets whether or not the tag should be deleted.
See Also