This documentation is archived and is not being maintained.
XPathBinder Methods
Visual Studio 2010
The XPathBinder type exposes the following members.
| 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, 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, 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, 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.. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
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.) |
Show: