Back to Browse

Controller in MVC | Asp.Net MVC Tutorials

389 views
Jan 6, 2023
21:42

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

Download

1 formats

Video Formats

360pmp428.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Controller in MVC | Asp.Net MVC Tutorials | NatokHD