0 votes
in MVC Language by
Mention what is the difference between adding routes, to a webform application and an MVC application?

1 Answer

0 votes
by

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

...