HtmlNodeItemFindAttribute(HtmlNodeItem, String, String, ObjectCollection) Method

Return Nodes by specified Attributes.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void FindAttribute(
	HtmlNodeItem baseNode,
	string expression,
	string[] attributeNames,
	ObjectCollection foundList
)

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.

See Also