PageTheme::XPath Method
Provides support for parsing and evaluating an XPath data-binding expression in theme skin files.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | XPath(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression. |
![]() | XPath(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. |
![]() | XPath(String^, String^) | 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 format string to display the result. |
![]() | XPath(String^, String^, IXmlNamespaceResolver^) | This API supports the product infrastructure and is not intended to be used directly from your code. Uses the TemplateControl::XPath method of the Page control that the instance of the PageTheme class is associated with to evaluate an XPath data-binding expression. |
