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: 4.6.0.0 (4.6.0.0)
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