1
Reply

What is the significance of ASP.NET routing?

Samir Bhogayta

Samir Bhogayta

Jun 29, 2016
229
0

    ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods. ASP.NET Routing makes use of route table. Route table is created when your web application first starts. The route table is present in the Global.asax file.

    Samir Bhogayta
    June 29, 2016
    0