Click or drag to resize
MimeKit

HtmlTokenizerDecodeCharacterReferences Property

Get or set whether or not the tokenizer should decode character references.

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

Property Value

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

Gets or sets whether or not 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 false.
See Also