我在这一行上一直遇到语法错误,我无法弄清楚它在哪里。基本上我只是想创建一个按钮,创建一个弹出对话框,以确认他们想删除一个项目。我正在使用C#和MVC。我试图调用的方法是SystemController中的PermanentProjectDelete(int id)。有人帮忙!
"<a class='k-button' href='@Html.ActionLink("Permanent Delete", "PermanentProjectDelete", "System", new { confirm = true, id = "${ Id }" }, new { onclick = "return confirm('Do you really want to delete this product?')" })'></a>"