1.

Explain in brief the difference between adding routes in a webform application & an MVC application?

Answer»

We make use of the MapPageRoute() which is of the RouteCollection CLASS for ADDING routes in a WEBFORM APPLICATION. Whereas, the MapRoute() method is USED for adding routes to an MVC application.



Discussion

No Comment Found