Jquery ajax – Execute function from controller via Ajax
I have an ASP.net MVC and I am trying to get a string from a c# function using Ajax I have tried using this solution but nothing seems to work. This is my controller function: public string Test() { string…