Click or drag to resize

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: 8.1.3.0 (8.1.3.20220620)
Syntax
public static HtmlNode Entitize(
	HtmlNode node
)

Parameters

node
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to entitize.

Return Value

Type: HtmlNode
An entitized cloned node.
See Also