Image ActionLink MVC

@Html.ActionLink( " " , "Index" , "Countries" , new {
      style = "background: url('../../Content/Images/table.png') no-repeat center right;display:block; height:24px; width:24px;"
} )
Troubled Tapir