| HtmlNodeCreateNode Method  | 
            Creates an HTML node from a string representing literal HTML.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static HtmlNode CreateNode(
	string html
)
Public Shared Function CreateNode ( 
	html As String
) As HtmlNode
Parameters
- html
 - Type: SystemString
The HTML text. 
Return Value
Type: 
HtmlNodeThe newly created node instance.
See Also