HtmlEntity Methods | 
The HtmlEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| DeEntitize | 
            Replace known entities by characters.
              | |
| Entitize(String) | 
            Replace characters above 127 by entities.
              | |
| Entitize(HtmlNode) | 
            Clone and entitize an HtmlNode. This will affect attribute values and nodes' text. It will also entitize all child nodes.
              | |
| Entitize(String, Boolean) | 
            Replace characters above 127 by entities.
              | |
| Entitize(String, Boolean, Boolean) | 
            Replace characters above 127 by entities.
              |