Click or drag to resize
MimeKit

HtmlTokenizerIgnoreTruncatedTags Property

Get or set whether or not the tokenizer should ignore truncated tags.

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

Property Value

Boolean
true if truncated tags should be ignored; otherwise, false.
Remarks

Gets or sets whether or not the tokenizer should ignore truncated tags.

If false and the stream abruptly ends in the middle of an HTML tag, it will be treated as an HtmlDataToken instead.

See Also