What is the difference between apicontroller and mvc controller?
Answer / Rahul Chakraborty
ApiController is a base class in ASP.NET MVC used for creating RESTful services, while Controller (without the Api part) is the base class for traditional web applications. ApiController uses the Http verb-based routing system and returns data in various formats like JSON or XML, whereas Controller supports more traditional MVC patterns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is angular 2 is mvc?
What is mvc in simple words?
What is the difference between mvc 1 and mvc 2?
What are the filters?
Mention what does model-view-controller represent in an mvc application?
Is mvc stateless?
What is data model in mvc?
What are the different view engine in mvc?
Explain what is routing in mvc?
What are action verbs mvc?
What is Controller in MVC application?
What is the role of a controller in an MVC application?