@Html.ActionLink("RedirectButton", "Description" , "Home", new { id = item.INCIDENT_ID })
here Description is action Method and home is controller but if i m using this ,i didnot reditect to description page in mvc
i used without controller but not working this