ActionResult<object> Returns Status code 200, ActionResult.Result.Value does contain correct object, but ActionResult.Value is Null

后端 未结 0 950
遇见更好的自我
遇见更好的自我 2021-02-02 17:07

I have a web api method that takes a object, saves the object to the db and then returns the updated db object using return new OkObjectResult(MyObject)... this works perfectly

相关标签:
回答
  • 消灭零回复
提交回复
热议问题