ViewTemplateUserControl<TModel>.XPathSelect Method

Include Protected Members
Include Inherited Members

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

  Name Description
Protected method XPathSelect(String) Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. (Inherited from TemplateControl.)
Protected method XPathSelect(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. (Inherited from TemplateControl.)

Top

See Also

Reference

ViewTemplateUserControl<TModel> Class

System.Web.Mvc Namespace