I have a project in ASP.NET MVC 5 in which I am using the Microsoft.jQuery.Unobtrusive.Ajax library.
I want to move this project to ASP.NET Core and I have doubts if this library will work for me in production on a linux server.Because this library hangs from System.Web.MVC.
I have not found this library for MVC Core.
Can I use this library in an ASP.NET MVC Core project?