HtmlDocumentCreateElement Method  | 
 
            Creates an HTML element node with the specified name.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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