This documentation is archived and is not being maintained.

XPathBinder Methods

The XPathBinder type exposes the following members.

  NameDescription
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Static member Eval(Object, String) Evaluates XPath data-binding expressions at run time.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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..
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Select(Object, String) Uses an XPath data-binding expression at run time to return a list of nodes.
Public method Static member 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.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: