Returns a list of elements that match the specified XPath. This function supports
the System.Xml XPath syntax.
Syntax| C# |
public ReadOnlyCollection<TControl> AllByXPath<TControl> ( string xpath ) where TControl : new(), Control
Generic Template Parameters- TControl
- Control type to get.
Parameters- xpath (String)
- The XPath string. XPath is case-sensitive.
Return ValueThe list of found elements.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
