Bhushan Gupta
What are AJAX Helpers?
By Bhushan Gupta in .NET on Aug 27 2015
  • Bhushan Gupta
    Aug, 2015 27

    AJAX Helpers are used to create AJAX enabled elements like as Ajax enabled forms and links which performs request asynchronously. AJAX Helpers are extension methods of AJAXHelper class which exist in System.Web.Mvc namespace. AJAX HTML Element Example AJAX-enabled link based on action/controller @Ajax.ActionLink("Load Products", "GetProducts", new AjaxOptions {UpdateTargetId = "Products-container", HttpMethod = "GET" }) Output: Load Products

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS