| 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.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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