XPathBinder Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | Eval(Object, String) | Evaluates XPath data-binding expressions at run time. |
![]() ![]() | Eval(Object, String, IXmlNamespaceResolver) | Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression. |
![]() ![]() | Eval(Object, String, String) | Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser. |
![]() ![]() | Eval(Object, String, String, IXmlNamespaceResolver) | Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression.. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | Select(Object, String) | Uses an XPath data-binding expression at run time to return a list of nodes. |
![]() ![]() | Select(Object, String, IXmlNamespaceResolver) | Uses an XPath data-binding expression at run time to return a list of nodes, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

