Click or drag to resize

HtmlNodeCreateNode Method

Creates an HTML node from a string representing literal HTML.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static HtmlNode CreateNode(
	string html
)

Parameters

html
Type: SystemString
The HTML text.

Return Value

Type: HtmlNode
The newly created node instance.
See Also