Click or drag to resize

HtmlEntity Methods

The HtmlEntity type exposes the following members.

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