我正在尝试插入一个img用作Ajax.ActionLink。
这是代码:
@Ajax.ActionLink("[replacethis]", "_Edit", "Account", new { id = "<#= UserId#>" }, new AjaxOptions() { UpdateTargetId = "subForm", InsertionMode = InsertionMode.Replace, HttpMethod = "GET" }).ToHtmlString().Replace("[replacethis]", "<img src=\"" + Url.Content("../../Scripts/ribbonfiles/ribbon/images/cadUsers.png") + "\" />"));
问题是我打印了所有代码,而不是将img作为链接。
我错过了什么吗? 非常感谢
答案 0 :(得分:0)
无法找到解决方案,因此我创建了一个img链接并调用js函数来执行我想要的任何操作。
我能做的最好。