1

I'm currently converting a project from Asp.Net MVC 2 to MVC 3 and I'm having trouble finding out how to do this...

asp:SiteMapPath ID="SiteMapPath1" runat="server"

using Razor?

I've been playing with @SiteMap but other than getting the current node @SiteMap.CurrentNode.ToString() I'm having trouble finding a way to get the path.

4

2 回答 2

1

我找到了一个解决方案,展示了如何@SiteMap在 Razor View 中使用 sytax :)

这里

于 2011-08-08T08:16:31.750 回答
1

不幸的是,razor 不支持控件的概念。您需要为此使用良好的旧网络表单引擎或将其包装在 html 辅助函数中。

于 2011-01-23T18:01:09.657 回答