What are AJAX Helpers in MVC?

Technology CommunityCategory: ASP.NET MVCWhat are AJAX Helpers in MVC?
VietMX Staff asked 3 years ago

AJAX Helpers are used to create AJAX enabled elements like as Ajax enabled forms and links which performs the request asynchronously and these are extension methods of AJAXHelper class which exists in namespace — System.Web.Mvc.