TreeNode t = new TreeNode(xs); t.NavigateUrl = "url"; tn.ChildNodes.Add(t);//将 t 添加到 tn 节点下
在NavigateUrl属性上设置好完整的连接信息就可以了。使用?=等在url后连接参数。