Click or drag to resize

HtmlEntity Class

A utility class to replace special characters by entities and vice-versa. Follows HTML 4.0 specification found at http://www.w3.org/TR/html4/sgml/entities.html
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackHtmlEntity

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class HtmlEntity

The HtmlEntity type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEntityName
A collection of entities indexed by name.
Public propertyStatic memberEntityValue
A collection of entities indexed by value.
Top
Methods
  NameDescription
Public methodStatic memberDeEntitize
Replace known entities by characters.
Public methodStatic memberEntitize(String)
Replace characters above 127 by entities.
Public methodStatic memberEntitize(HtmlNode)
Clone and entitize an HtmlNode. This will affect attribute values and nodes' text. It will also entitize all child nodes.
Public methodStatic memberEntitize(String, Boolean)
Replace characters above 127 by entities.
Public methodStatic memberEntitize(String, Boolean, Boolean)
Replace characters above 127 by entities.
Top
See Also