0
wddpct created
whatever the JsonResult I write , I found abp my application always return success, result, error, xxxx, and 'result' contained the value I wanted to return.How could I use my return value !!!!!!I'm in a hurry………………
1 Answer(s)
-
0
I also encountered this issue while trying to use fullCalendar in my app. You have to upgrade to version .7x and newer and add [DONTWRAPRESULT] in your controller action. I wish these transformations would be off by default.