我正在尝试弄清楚如何单独格式化没有URL关联的sitemapnodes。这是一个代码示例:
<siteMapNode title="TheThingIWantFormattedSeparately">
<siteMapNode url="~/pages/customer.aspx" title="Customer"/>
<siteMapNode url="~/pages/contract.aspx" title="Contract"/>
因此,我希望FIRST Sitemapnode看起来与其他Sitemapnode不同。这可能吗?我正在四处搜寻,但找不到很多东西。
最佳答案
不确定100%,但这可能会有所帮助:CSS friendly menus with ASP.NET Menu control, jQuery and Superfish。