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

Related questions

0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
0 votes
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
...