Base solution for your next web application
Open Closed

Please! How could I customize my return value not abp's #917


User avatar
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)
  • User Avatar
    0
    balikpinoy created

    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.