Concept of Routing in MVC

Опубликовано: 19 Март 2025
на канале: Tech Pritel
2,254
13

This video will explain the concept of Routing in ASP.Net MVC application. It will show how a route is registered in RouteConfig.cs file and get invoked from Global.asax.cs file during Application_Start method. MapRoute method is used to register routes for MVC appliaction. Route.ignoreRoute is used to ignore the files which you don't want to show for mvc application request. It also explain how default routing work in MVC.