| HtmlEntity Class | 
Namespace: WorkflowGen.My.HtmlAgilityPack
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.
              | 
| Name | Description | |
|---|---|---|
| EntityName | 
            A collection of entities indexed by name.
              | |
| EntityValue | 
            A collection of entities indexed by value.
              |