System.Web.UI.WebControls.XmlDataSource.XPath Property

Specifies an XPath expression to be applied to the XML data contained by the XmlDataSource.Data property or by the XML file indicated by the XmlDataSource.DataFile property.

Syntax

[System.ComponentModel.DefaultValue("")]
public virtual string XPath { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

For more information on XPath data-binding expressions, see Binding a Tabular Control to the XmlDataSource Control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0