when making a c# controller,
- what is the difference between API controller and controller base?
- when using HTTP attributes?
My question is that there are controllers that don't use HTTP attributes and everything works fine, I was wondering how this controller distinguishes HTTP put, HTTP post and HTTP get? Why didn't they use HTTP attributes? Knowing that it is an API controller.