Click or drag to resize
MimeKit

HtmlEntityDecoder Class

An HTML entity decoder.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlEntityDecoder

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class HtmlEntityDecoder

The HtmlEntityDecoder type exposes the following members.

Constructors
 NameDescription
Public methodHtmlEntityDecoder Initialize a new instance of the HtmlEntityDecoder class.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodGetValue Get the decoded entity value.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodPush Push the specified character into the HTML entity decoder.
Public methodReset Reset the entity decoder.
Public methodToString
(Inherited from Object)
Top
Remarks
An HTML entity decoder.
See Also