[Solution found!] 是,有一点不同。Html.ActionLink生成一个<a href=".."></a>标签,而Url.Action仅返回一个URL。 例如: @Html.ActionLink("link text", ...
確定! 回上一頁