Gets first generation child node matching name
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlNode Element(
	string name
)
Public Function Element ( 
	name As String
) As HtmlNode
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
HtmlNode
See Also