The members of System.Web.UI.XPathBinder are listed below.
See Also: Inherited members from System.Object
Public Methods
static | Eval(object, string) : object
Evaluates XPath data-binding expressions at run time.
|
static | Eval(object, string, string) : string
Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser.
|
static | Eval(object, string, System.Xml.IXmlNamespaceResolver) : object
Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression.
|
static | Eval(object, string, string, System.Xml.IXmlNamespaceResolver) : string
Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression..
|
static | Select(object, string) : IEnumerable
Uses an XPath data-binding expression at run time to return a list of nodes.
|
static | Select(object, string, System.Xml.IXmlNamespaceResolver) : IEnumerable
Uses an XPath data-binding expression at run time to return a list of nodes, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression.
|