如何在SiteMapPath下面格式化:
Home > Account > Profile > Change Password以这种格式为样例格式(Breadcrumb缺省格式):点击这里
目前,我使用的是web.sitemap,目前还使用:
<asp:SiteMapPath ID="SiteMapPath1" runat="server"></asp:SiteMapPath>发布于 2014-06-24 13:02:20
你查过这个http://musthaan.wordpress.com/2014/06/24/controladapter-for-asp-sitemappath/吗?
我们可以用控制适配器来完成它。我们定义了html呈现函数。
这可能对你有帮助。
https://stackoverflow.com/questions/24381915
复制相似问题