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 angularjs mvvm or mvc?
What is difference between MVC and MVP ?
What is dependency in mvc?
What is html helpers in mvc?
Is mvc only for web?
What is mvc in detail?
What is front controller?
What is latest mvc version?
Who invented mvc?
Mention what is the advantages of mvc?
Explain what is mvc?
How can we detect that an mvc controller is called by post or get?