







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