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.