HtmlNodeItemFindAttribute(HtmlNodeItem, String) Method
Return Nodes by Name, ID, or Value content.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem[] FindAttribute(
HtmlNodeItem baseNode,
string expression
)
Public Shared Function FindAttribute (
baseNode As HtmlNodeItem,
expression As String
) As HtmlNodeItem()
No code example is currently available or this language may not be supported.
- baseNode HtmlNodeItem
-
Base node at which to begin the search.
- expression String
-
Regular expression used to find the text.
HtmlNodeItem
Array of Nodes matching the Expression, if found. Otherwise, zero
length array.