提问人:bootsy 提问时间:6/22/2019 最后编辑:GSergbootsy 更新时间:6/22/2019 访问量:166
@Html.带有链接 ID 的 ActionLink 不起作用
@Html.ActionLink with an id for the link not working
问:
当我单击编辑链接时,我收到一个页面未找到错误。当我将鼠标悬停在编辑链接上时,我可以看到 URL,但应该是,这就是我找不到页面的原因。这是我的 HtmlAction 链接供编辑:/editprofile/Edit/0E...
/editprofile/Edit/id=0E...
<td>
@Html.ActionLink("Edit", "Edit", new { id = item.Id }, new {id = "@Id"})
</td>
答: 暂无答案
评论
{controller}/{action}/{id}
/editprofile/Edit/0E
ActionLink
/editprofile/Edit/id=0E
?
/editprofile/Edit?id=0E
/editprofile/Edit/0E