As I understand it is by design that the default controllers (Home in this case) actions are mapped without the controller name.
My question how do I use Html.ActionLink in a view from another controller to get a link to HomeControllers Index action? At the moment Html.ActionLink("home", "Index", "Home") generates an empty link. I assume this is because the method can not find any route?
Thanks for the quick reply. I did not read it before, but the text did not offer much more help.
However everything is working now; no idea what went wrong before but I'm happy I can keep using this library; it make things much more logical and simple in use :)