Converting Ajax.BeginForm to jquery.unobtrusive-ajax not working – Jquery ajax
I am trying to migrate an ASP.NET MVC web app to .NET Core, and I am struggling with properly converting the Ajax.BeginForm helper (that doesn't exist anymore in .NET Core). I have created two identical applications, one in ASP.NET MVC…