HtmlEntityEntitize Method (HtmlNode) |
Clone and entitize an HtmlNode. This will affect attribute values and nodes' text. It will also entitize all child nodes.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public static HtmlNode Entitize(
HtmlNode node
)
Public Shared Function Entitize (
node As HtmlNode
) As HtmlNode
Parameters
- node
- Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to entitize.
Return Value
Type:
HtmlNodeAn entitized cloned node.
See Also