(Choose 1 answer)
Choose correct information about ASP.NET Core HTTP verbs
A. PUT - This verb is used to update the existing resource. DELETE This verb is used to delete the existing resource. GET This verb is used to retrieve the data or information. It does not have any other effect except getting data. POST - This verb is used to generate or create the resource.
B. PUT - This verb is used to delete the existing resource. DELETE This verb is used to update the existing resource. GET This verb is used to retrieve the data or information. It does not have any other effect except getting data. POST - This verb is used to generate or create the resource.
C. PUT This verb is used to generate or create the resource. DELETE This verb is used to delete the existing resource. GET This verb is used to retrieve the data or information. It does not have any other effect except getting data. POST - This verb is used to update the existing resource.
D. PUT - This verb is used to retrieve the data or information. It does not have any other effect except getting data. DELETE This verb is used to delete the existing resource. GET - This verb is used to update the existing resource. POST - This verb is used to generate or create the resource.
Q: 16