Thursday, July 22, 2021

What is the difference between adding routes to a webform application and an MVC application?

To add routes to a webform application, we use MapPageRoute() method of the RouteCollection class, while for adding routes to an MVC application, we use MapRoute() method.

No comments:

Post a Comment