1
Reply

How the Routes in webform application and an MVC application differ?

    In WebForm application we can use MapPageRoute() method of the RouteCollection class, where adding routes to an MVC application, you can use MapRoute() method.