-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
TreeXPathExtensions
-
Methods
-
ExistsXPath(Visual, String)
ExistsXPath(Visual, String) Method
Definition
Checks if any nodes match the XPath expression.
public static bool ExistsXPath(this Visual root, string xpath)
Parameters
- xpath
- String
The XPath expression.
Returns