HtmlEntity Class

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class HtmlEntity
Visual Basic
Public Class HtmlEntity
Visual C++
public ref class HtmlEntity

Inheritance Hierarchy

System..::..Object
  HtmlAgilityPack..::..HtmlEntity

See Also