Click or drag to resize
MimeKit

HtmlTokenizerIgnoreTruncatedTags Property

Get or set whether the tokenizer should ignore truncated tags.

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

Property Value

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

Gets or sets whether the tokenizer should ignore truncated tags.

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

See Also