Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface.
- xPathExpression
The XPath expression to evaluate. For details, see System.Web.UI.XPathBinder.
![]()
An IEnumerable list of nodes.
The PageTheme.XPathSelect(string) method uses the Page.GetDataItem method to resolve the System.Xml.XPath.IXPathNavigable object reference that the expression is evaluated against.