 | HtmlTokenizerIgnoreTruncatedTags Property |
Get or set whether the tokenizer should ignore truncated tags.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic bool IgnoreTruncatedTags { get; set; }Property Value
Boolean if truncated tags should be ignored; otherwise,
.
RemarksGets 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