HTTP POST and PUT
Learn to create action methods for creating and updating data via JSON Web APIs.
We'll cover the following
POST
You will create an action method to handle POST requests and call it PostUser()
. It will take the object User
as an input parameter.
Code snippet
Get hands-on with 1200+ tech skills courses.