I have created an MVC web application.
I have a problem with @Html.ActionLink("Contact", "Contact", "Home").
I was expecting the link would take me to localhost:5123/Home/Contact.
Unfortunately it takes me to localhost:5123/?action=Contact&controller=Home
Any idea what I'm doing wrong?
It looks like all my Html.ActionLink are not working correctly.