This documentation is archived and is not being maintained.
XPathBinder::Eval Method
Visual Studio 2010
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.
| Name | Description | |
|---|---|---|
|
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.. |
Show: