添加了一个菜单控件并选择了新的数据源:SiteMapDataSource1
到目前为止,这是我的 Web.sitemap:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="~/Home.aspx" title="Home" description="Home Page">
<siteMapNode url="~/PostItem.aspx" title="Post Item" description="Post a new item" />
</siteMapNode>
</siteMap>
如何添加更多根级别项目?我可以在已经存在的根级别中创建更多的 siteMapNode,但是如果我在其中添加任何内容,它会给我一个错误。为什么这会导致错误对我来说是有道理的,但我认为显然有一种方法可以让菜单显示多个根级菜单项......但是如何?