Click or drag to resize
MimeKit

HtmlTokenizerDecodeCharacterReferences Property

Get or set whether the tokenizer should decode character references.

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

Property Value

Boolean
if character references should be decoded; otherwise, .
Remarks

Gets or sets whether the tokenizer should decode character references.

Caution note  Caution
Character references in attribute values will still be decoded even if this value is set to .
See Also