Controller in MVC | Asp.Net MVC Tutorials



Controller in MVC | Asp.Net MVC Tutorials

Controller in MVC | Asp.Net MVC Tutorials

The Controller in MVC architecture handles any incoming URL request. The Controller is a class, derived from the base class System.Web.Mvc.Controller. Controller class contains public methods called Action methods. Controller and its action method handles incoming browser requests, retrieves necessary model data and returns appropriate responses.

In ASP.NET MVC, every controller class name must end with a word “Controller”.

Please Follow me on all Social Network,

Instagram Link: https://www.instagram.com/technicalk903/

Facebook Link: https://www.facebook.com/profile.php?id=100086532708783

Comments are closed.