HtmlDocumentGetElementbyId Method  | 
 
            Gets the HTML node with the specified 'id' attribute value.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlNode GetElementbyId(
	string id
)
Public Function GetElementbyId ( 
	id As String
) As HtmlNode
Parameters
- id
 - Type: SystemString
The attribute id to match. May not be null. 
Return Value
Type: 
HtmlNodeThe HTML node with the matching id or null if not found.
See Also