Routing means how a mvc appilication matches to the action .
For the costumize URI we should use attribute routing.
For create attribute routing we will set it into App_Start->; WebApiconfig.cs.
Then we will set a URI above the action .
Loading
Routing means how a mvc appilication matches to the action .
For the costumize URI we should use attribute routing.
For create attribute routing we will set it into App_Start->; WebApiconfig.cs.
Then we will set a URI above the action .