1
Reply

What is Routing?

Samir Bhogayta

Samir Bhogayta

10y
296
0
Reply
    A route is a URL pattern that is mapped to a handler. The handler can be a physical file, such as an .aspx file in a Web Forms application. Routing module is responsible for mapping incoming browser requests to particular MVC controller actions.