HtmlDocumentGetElementbyId Method |
Gets the HTML node with the specified 'id' attribute value.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public 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