how to convert resultdata value to model in mvc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mageshwaran RPosted Nov 14, 2019, 9:20 AM
Jaimin ShethiyaPosted Nov 8, 2019, 3:23 AM
Thanks
Malvik BhavsarPosted Nov 2, 2019, 4:29 AM
Sunil SudhansuPosted Nov 1, 2019, 7:10 AM
Jaimin ShethiyaPosted Nov 1, 2019, 3:49 AM
You have to create modal and after deserialize that result data.
var obj = JsonConvert.DeserializeObject
Here is the link for more refer: https://www.newtonsoft.com/json
Thanks