| HtmlTokenizerDecodeCharacterReferences Property |
Get or set whether or not the tokenizer should decode character references.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool DecodeCharacterReferences { get; set; }
Property Value
Booleantrue if character references should be decoded; otherwise,
false.
Remarks Gets or sets whether or not the tokenizer should decode character references.
Caution |
---|
Character references in attribute values will still be decoded
even if this value is set to false. |
See Also