top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between adding routes, to a webforms application and to an mvc application?

+3 votes
458 views
What is the difference between adding routes, to a webforms application and to an mvc application?
posted May 14, 2015 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

To add routes to a webforms application, we use MapPageRoute() method of the RouteCollection class, where as to add routes to an MVC application we use MapRoute() method.

answer May 15, 2015 by Shivaranjini
...