HtmlNodeCollectionItem Property (HtmlNode) |
Gets a given node from the list.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
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