0 votes
in C Sharp by

 What is Route in MVC?

1 Answer

0 votes
by

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. A handler can also be a class that processes the request, such as a controller in an MVC application. To define a route, you create an instance of the route class by specifying the URL pattern, the handler, and optionally a name for the route.

Related questions

0 votes
0 votes
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
0 votes
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
...