Base solution for your next web application
Open Closed

How can i pass array of Object back to the service (Core) #5523


User avatar
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)
  • User Avatar
    0
    ryancyq created
    Support Team

    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>