0
kwanp created
Hi I have an object Category [ {"CategoryID":"4","CategoryName":"Category_4"}, {"CategoryID":"5","CategoryName":"Category_5"}, {"CategoryID":"3","CategoryName":"Category_3"} ] How can i pass array of Object back to the service (asp.net core) for insert or update my project is on ASP.NET Core & Angular
Thank you
1 Answer(s)
-
0
You can try out the approaches mentioned in <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3587">https://github.com/aspnetboilerplate/as ... ssues/3587</a>