In MVC, how do I return a string result?
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?
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?