TREENODEXSLTSRC Attribute | TreeNodeXsltSrc Property
Sets or retrieves the URL to an Extensible Stylesheet Language Transformations (XSLT) file to transform TreeNode elements.
Syntax
Visual Basic Public Property TreeNodeXsltSrc As string C# public string TreeNodeXsltSrc { get; set; } Managed C++ public: __property string get_TreeNodeXsltSrc();
public: __property void set_TreeNodeXsltSrc(string);JScript public function get TreeNodeXsltSrc() : string;
public function set TreeNodeXsltSrc(string);
Possible Values
sTreeNodeXsltSrc string that specifies or receives the URL to an XSLT file to transform TreeNode elements. The property is read/write. The property has no default value.
Remarks
The value of this property must be a URL. For example, "https://www.mysite.com/xsl_files/treenodetypes.xsl"; "file:///c:/xsl_files/treenodetypes.xsl"; or "c:/xsl_files/treenodetypes.xsl".
Applies To
TREENODE, TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl