NUnitAsp

HtmlTagTester.ChildrenByXPath Method 

Returns the tags that match an XPath expression, starting from this tag (node). Make sure that the result of your expression is a set of tags.

Don't cache the results of this call.

public HtmlTagTester[] ChildrenByXPath(
   string xpath
);

Parameters

xpath
The XPath expression to match.

Return Value

The tags, or an empty array if none.

See Also

HtmlTagTester Class | NUnit.Extensions.Asp Namespace