我想使用我的ActionLink创建一个像/?name = Macbeth& year = 2011的URL,我已经尝试过这样:
<%= Html.ActionLink("View Details","Details","Performances",new { name = item.show },new { year = item.year })%>
但它不工作。我如何做到这一点?