TemplateControl.XPath Method
.NET Framework (current version)
Provides support for parsing and evaluating an XPath data-binding expression against an object at run time.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | XPath(String) | Evaluates an XPath data-binding expression. |
![]() | XPath(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. |
![]() | XPath(String, String) | Evaluates an XPath data-binding expression using the specified format string to display the result. |
![]() | XPath(String, String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. |
Show:
