What is Diffrence between Controller and API Controller

preview_player
Показать описание
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
Рекомендации по теме
join shbcf.ru