PageTheme::XPathSelect Method
.NET Framework (current version)
Provides run-time data binding against XML-based data in a theme skin file and returns a node collection that implements the IEnumerable interface.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | XPathSelect(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. |
![]() | XPathSelect(String^, IXmlNamespaceResolver^) | This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface. |
Show:
