sudarshanreddyc
New member
- Joined
- Aug 14, 2023
- Messages
- 1
- Programming Experience
- 1-3
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?
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?