HtmlEntityEntitize Method |
| Name | Description | |
|---|---|---|
| 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.
|