System.Web.UI.WebControls.XmlDataSource.TransformArgumentList Property

Provides a list of XSLT arguments that are used with the style sheet defined by the XmlDataSource.Transform or XmlDataSource.TransformFile properties to perform a transformation on the XML data.

Syntax

[System.ComponentModel.Browsable(false)]
public virtual System.Xml.Xsl.XsltArgumentList TransformArgumentList { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Set the XmlDataSource.TransformArgumentList property when the XmlDataSource.Transforming event is raised to ensure the XSLT parameters are available at the time that the XSLT transformation is applied to the XML data.

If the XmlDataSource.EnableCaching property is set to true and the XmlDataSource.TransformArgumentList property is set, the cache entries are not automatically invalidated when the parameters change in the transforms argument list. In that case, you must write code to invalidate the cache by setting the XmlDataSource.CacheKeyDependency property.

Requirements

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