| HtmlDocumentGetElementbyId Method  | 
            Gets the HTML node with the specified 'id' attribute value.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.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