HtmlNodeCollectionItem Property (String) |
Get node with tag name
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public HtmlNode this[
string nodeName
] { get; }
Public ReadOnly Default Property Item (
nodeName As String
) As HtmlNode
Get
Parameters
- nodeName
- Type: SystemString
Return Value
Type:
HtmlNodeSee Also