Updated to the latest code this morning (after the fix for issue #276 was implemented), and discovered a new problem. Links placed in the layout sometimes return empty strings. I’ve attached a sample project that exhibits the error. Just start up the site and there will be a link to the problem page that you can click on.
In the layout there are two links:
@Html.ActionLink(“Home”, “Index”, “Home”)
@Html.ActionLink(“About”, “About”, “Home”)
These links generate correct urls when you are on the Home page or the About page, but when you are at the /Admin/Players/Create url, though, these links generate empty strings.