httppost

  1. sudarshanreddyc

    Question How to receive JObject in post API?

    I have a controller and an action method It is a post method. Params look as follows [FromBody JObject objParams]. But the objParams is alway coming as empty. But when I use int in place of JObject, it works fine. Can anyone please help me with this?
Back
Top Bottom