(Choose 1 answer)
Which attribute are used in ASP.NET Core to specify the HTTP verb for a controller action?
A. [Get]. [Post]. [Put]. [Delete]
B. [HttpGET]. [HttpPOST]. [HttpPUT]. [HttpDELETE]
C. [HttpGet]. [HttpPost]. [HttpPut]. [HttpDelete]
D. [HttpGetAttribute]. [HttpPostAttribute]. [HttpPutAttribute]. [HttpDeleteAttribute]