| HtmlDocumentCreateElement Method  | 
            Creates an HTML element node with the specified name.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlNode CreateElement(
	string name
)
Public Function CreateElement ( 
	name As String
) As HtmlNode
Parameters
- name
 - Type: SystemString
The qualified name of the element. May not be null. 
Return Value
Type: 
HtmlNodeThe new HTML node.
See Also