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"/>