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.
...