你可以通过Url.Action呈现一个URL而不是使用Html.ActionLink. <a href="<%= Url.Action("Index", "Home") %>"><span>Text</span></a> <a ...
確定! 回上一頁