successful ajax call not returning to success function – Jquery ajax
I am working on a .NET Core MVC application, I have added JavaScript code in a partial view, the JavaScript code is hitting function of controller but it is not hitting success function of Ajax call. Below is my JavaScript…