Html.ActionLink("", "ActionResult", new { CustomerId= DataBinder.Eval(c.DataItem, "CustomerId") }, new { target = "_blank", @style = "background-image:url(/Image/edit.png); width:50px; height:30px;" }));
你好,
我尝试为 actionlink 设置图像,但它始终为空。
如何将图像设置为 html.actionlink ?
我希望 actionlink 看起来像图像(图像按钮)
注意:请不要给我一个 href等。
任何帮助将不胜感激。
谢谢。