







|
| A Sandcastle Documented Class Library |
| HtmlNodeCollection..::..Item Property (String) |
| HtmlNodeCollection Class See Also Send Feedback |
Get node with tag name
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlNode this[ string nodeName ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ nodeName As String _ ) As HtmlNode Get |
| Visual C++ |
|---|
public: property HtmlNode^ default[String^ nodeName] { HtmlNode^ get (String^ nodeName); } |
Parameters
- nodeName
- Type: System..::..String
