System.Web.UI.TemplateControl.XPathSelect Method

Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface.

Syntax

protected IEnumerable XPathSelect (string xpathexpression)

Parameters

xpathexpression
Documentation for this section has not yet been entered.

Returns

An IEnumerable node list.

Remarks

The TemplateControl.XPathSelect(string) method calls the XPathBinder.Select(object, string) method using the Page.GetDataItem method to resolve the System.Xml.XPath.IXPathNavigable object reference that the expression is evaluated against.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0