AJAX Helpers in ASP.NET MVC Tutorials View Article Information Posted Date: 11. September 2014 Author: Anil Sharma Categories: ASP.NET MVC, Ajax, JavaScript, jQuery Keywords: AjaxOptions in mvc, configuration options AJAX Helpers, unobtrusive AJAX , Asp.net mvc Ajax Ajax helper of ASP.NET MVC essentially provides Ajax functionality to your web applications. AJAX Helpers are used to create AJAX enabled elements like as Ajax enabled forms and links which performs request asynchronously. Using Ajax helper you can submit your HTML form using Ajax so that instead of refreshing the entire web page only a part of it can be refreshed. Additionally, you can also render action links that allow you to invoke action methods using Ajax. AJAX Helpers are extension methods of AJAXHelper class which exist in System.Web.Mvc.Ajax namespace. [Continue Reading]