html.ActionLink生成一个<a href=".."></a>标记。而Url.Action只返回一个url。 例如: @Html.ActionLink(“链接文本”、“someaction”、“somecontroller”,new { id = " 123 ...
確定! 回上一頁