应该有这个方法, 把使用的代码帖出来
代码:
@Html.ActionLink(blog.title, "detail_Blog", "Blog", new { blog_id = @blog.blog_id, onclick = true }, null)
你参数写错了
贴出代码来。。。。
代码:
@Html.ActionLink(blog.title, "detail_Blog", "Blog", new { blog_id = @blog.blog_id, onclick = true }, null)