Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution.
- xPathExpression
- The XPath expression to evaluate. For details, see System.Web.UI.XPathBinder.
- resolver
- A set of prefix and namespace mappings used for namespace resolution.
An object that results from the evaluation of the data-binding xPathExpression.
The PageTheme.XPath(string, System.Xml.IXmlNamespaceResolver) method uses the Page.GetDataItem method to resolve the System.Xml.XPath.IXPathNavigable object reference that the expression is evaluated against.