0
我如何追加根據ID引用一個HTML元素的URL這樣追加 '#DIV ID' 使用的HtmlHelper
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 ??? */})%>