What is the difference between adding routes, to a webforms application and to an mvc application?

Submitted by: Administrator
To add routes to a webforms application, we use MapPageRoute() method of the RouteCollection class, where as to add routes to an MVC application we use MapRoute() method.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers