HTML.ActionLink method

I think what you want is this: ASP.NET MVC1 This uses the following method ActionLink signature: ASP.NET MVC2 two arguments have been switched around This uses the following method ActionLink signature: ASP.NET MVC3+ arguments are in the same order as MVC2, however the id value is no longer required: This avoids hard-coding any routing logic … Read more