【发布时间】:2011-06-19 21:58:39
【问题描述】:
我如何附加到这样的网址
mysite.com/articles/1/my-first-article
具有 div id #commentList 的元素
mysite.com/articles/1/my-first-article#commentList
<%: Html.ActionLink("text", "action", new {/* ??? HOW TO SET IT HERE ??? */})%>
【问题讨论】:
标签: asp.net-mvc-2 html-helper html.actionlink