Answers

Question and Answer:

  Home  MVC

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

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.

 200 views

More Questions for you: