【发布时间】:2013-05-19 06:59:06
【问题描述】:
我的任务是为操作链接提供图片
@Ajax.ActionLink("Delete", "Delete", "FiUser", new { id = item.UserID }, new AjaxOptions { HttpMethod = "POST", OnSuccess = "DeletFiUserOnSucess", Confirm = "Do you want to delete this record?" })
图片是
<img src="../../Images/delete.png" alt="delete" />
我该怎么做?
【问题讨论】:
标签: html asp.net-mvc-4 actionlink