HtmlNodeCollectionItem Property (HtmlNode) |
Gets a given node from the list.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
Syntax public int this[
HtmlNode node
] { get; }
Public ReadOnly Default Property Item (
node As HtmlNode
) As Integer
Get
Parameters
- node
- Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
Property Value
Type:
Int32See Also