0 votes
in C Sharp by

What are the three segments for routing important?

1 Answer

0 votes
by

Routing is the URL pattern that is mapped together to a handler and is responsible for incoming browser request for a particular MVC controller. There are a total of three segments for routing that are very significant in MVC

  1. ControllerName
  2. ActionMethodName
  3. Parammeter
...