@Ajax.ActionLink("Compare", "_CompareCustomerDetails", new { ExistingCustomerId = item.customer_id, NewCustomerId =TempData["NewCustomerID"] }, new AjaxOptions()
{
HttpMethod = "Get",
UpdateTargetId = "divCustomerCompare",
InsertionMode = InsertionMode.Replace
},
new { id = "lnkCompare" })
In this I need to insert image instead of text (Compare). How can I do this.