I’d like to use the old school SiteMapPath in my MVC application how can I pass value to an attribute of the asp tag?
To be more precize I’d like to make the code below valid:
<asp:SiteMapPath
SiteMapProvider="Expression that returns ViewData["CurrentSiteMapProvider"]"
ID="SiteMapPath" runat="server"/>
I finally decided to rewrite the breadcrumb as html helper method.
It took me 15 min to get it right and now I have full control over the html.