







|
| A Sandcastle Documented Class Library |
| HtmlNodeCollection..::..FindFirst Method (String) |
| HtmlNodeCollection Class See Also Send Feedback |
Get first instance of node with name
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlNode FindFirst( string name ) |
| Visual Basic |
|---|
Public Function FindFirst ( _ name As String _ ) As HtmlNode |
| Visual C++ |
|---|
public: HtmlNode^ FindFirst( String^ name ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.FindFirst(System.String)"]
