| HtmlNodeCollectionItem Property (String) | 
            Get node with tag name
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.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