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? |
||||
|
|
|
You can just use the
|
|||||||
|
|
|
You can also just return string if you know that's the only thing the method will ever return. For example:
|
|||||||
|