Xml::TransformArgumentList Property

 

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)

public:
[BrowsableAttribute(false)]
property XsltArgumentList^ TransformArgumentList {
	XsltArgumentList^ get();
	void set(XsltArgumentList^ value);
}

Property Value

Type: System.Xml.Xsl::XsltArgumentList^

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 Style Sheet Parameters and Extension Objects.

.NET Framework
Available since 1.1
Return to top
Show: