Skip to main content
.NET Framework Class Library
TemplateControl..::.XPathSelect Method





Provides run-time data binding against XML-based data and returns a node collection that implements the IEnumerable interface.

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
Protected methodXPathSelect(String)Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface.
Protected methodXPathSelect(String, IXmlNamespaceResolver)Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface.
Top