Xml.TransformArgumentList Property
.NET Framework 3.0
Gets or sets a System.Xml.Xsl.XsltArgumentList that contains a list of optional arguments passed to the style sheet and used during the Extensible Stylesheet Language Transformation (XSLT).
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property XsltArgumentList^ TransformArgumentList { XsltArgumentList^ get (); void set (XsltArgumentList^ value); }
/** @property */ public XsltArgumentList get_TransformArgumentList () /** @property */ public void set_TransformArgumentList (XsltArgumentList value)
public function get TransformArgumentList () : XsltArgumentList public function set TransformArgumentList (value : XsltArgumentList)
Not applicable.
Property Value
A System.Xml.Xsl.XsltArgumentList that contains a list of optional arguments passed to the style sheet and used during the XSL Transformation.Use the TransformArgumentList property to provide the XSL Transformation style sheet with optional arguments. The arguments can be either XSLT parameters or extension objects.
For more information about using the System.Xml.Xsl.XsltArgumentList class, see XsltArgumentList for Stylesheet Parameters and Extension Objects.
Community Additions
ADD
Show: