【发布时间】:2011-04-09 23:26:57
【问题描述】:
如何向此操作链接添加 CSS 类?我已经读到你做了类似new { class = button } 的操作,但我不确定在我的操作链接中放置它的位置:
<%= Html.ActionLink("View Performances", "Details", "Productions",
new { name = item.show , year = item.year }, null) %>
【问题讨论】: