---
title: "add fa icon on ajax link button"  
description: "add fa icon on ajax link button"  
author: "Anonymous User"  
published: 2018-04-18  
updated: 2018-04-18  
canonical: https://www.mindstick.com/forum/34470/add-fa-icon-on-ajax-link-button  
category: "asp.net"  
tags: ["asp.net", "asp.net mvc"]  
reading_time: 1 minute  

---

# add fa icon on ajax link button

how to [add](https://www.mindstick.com/forum/12983/add-address-in-textbox-when-page-is-load-and-if-i-search-address-in-textbox-show-in-map-by-javascript) fa [icon](https://www.mindstick.com/articles/13090/icon-the-identity-of-your-brand) on [ajax](https://www.mindstick.com/articles/1541/check-availability-of-user-name-or-email-using-asp-dot-net-ajax-and-jquery) [link](https://www.mindstick.com/articles/23633/link-builder) [button](https://www.mindstick.com/articles/63/how-to-add-button-in-datagridview-in-csharp-dot-net)

```
 @Ajax.ActionLink(linkText:"Save", actionName: "Add", controllerName: "Home", ajaxOptions: new AjaxOptions { OnSuccess = "onSuccess", InsertionMode = InsertionMode.Replace,  HttpMethod = "GET" }, htmlAttributes: new { @class = "theme_button color1 " })</text>)
```

thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)

## Replies

### Reply by Anonymous User

I think your all code is correct only you need to add fa icon class

```
   @Ajax.ActionLink(linkText:"Save", actionName: "Add", controllerName: "Home", ajaxOptions: new AjaxOptions { OnSuccess = "onSuccess", InsertionMode = InsertionMode.Replace, HttpMethod = "GET" }, htmlAttributes: new { @class = "fas fa-plus theme_button color1 " })</text>)
```


---

Original Source: https://www.mindstick.com/forum/34470/add-fa-icon-on-ajax-link-button

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
