Forum Discussion
Csharplearning2021
Dec 17, 2021Copper Contributor
web api Http post and put as collection
Hi, I am learning .net. I would like to know how can I add and Edit products using webapi, ef core. HttpPost("api/products") public ActionResult <IEnumerable<Product>> CreateProducts(IEnumerable<P...
dgtvan
Dec 23, 2021Copper Contributor
You should try with some search results here https://www.google.com/search?q=asp+.net++post+array+objects
Get back here and share what you have done.
Get back here and share what you have done.