Can somebody tell me what is wrong with this ActionLink?
@Html.ActionLink(posts.Title, "PostDetails", "Blogs", new { id = posts.PostID } )
I am expecting this link to go to:
But instead I see the following in Firefox:
It's not even going to Blogs controller.