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