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.

Related questions

+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
0 votes
asked May 15, 2020 in MVC Language by sharadyadav1986
...