Skip to main content
.NET Framework Class Library
XPathBinder..::.Eval Method





Parses and evaluates an XPath data-binding expression against an IXPathNavigable object at run time.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberEval(Object, String)Evaluates XPath data-binding expressions at run time.
Public methodStatic memberEval(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 methodStatic memberEval(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 methodStatic memberEval(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..
Top