There is a difference. Html.ActionLink generates an tag whereas Url.Action returns only an url. For example: @Html.ActionLink("link text", ...
確定! 回上一頁