HtmlNodeItemFindAttribute(HtmlNodeItem, String, String, ObjectCollection) Method
Return Nodes by specified Attributes.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void FindAttribute(
HtmlNodeItem baseNode,
string expression,
string[] attributeNames,
ObjectCollection foundList
)
Public Shared Sub FindAttribute (
baseNode As HtmlNodeItem,
expression As String,
attributeNames As String(),
foundList As ObjectCollection
)
No code example is currently available or this language may not be supported.
Parameters
- baseNode HtmlNodeItem
-
Base node at which to begin the search.
- expression String
-
Regular expression used to find the text.
- attributeNames String
-
Array of Attribute Names to search for.
- foundList ObjectCollection
-
Collection of items already found.