filmov
tv
What is Diffrence between Controller and API Controller

Показать описание
API Controller
- return Data, based upon the client requirements using content negotiation
- Inherit ControllerBase class
Controller
- return anything related to IActionResult & Data
- Inherit Controller class
- return Data, based upon the client requirements using content negotiation
- Inherit ControllerBase class
Controller
- return anything related to IActionResult & Data
- Inherit Controller class