In MVC, how do I return a string result?
Asked 07 September, 2021
Viewed 1.4K times
  • 51
Votes

In my AJAX call, I want to return a string value back to the calling page.

Should I use ActionResult or just return a string?

6 Answer