







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