Is it possible to pass route value to show the name of the user without the controller name in MVC
- by kart
Hi all,
I want to get the url for my site as "www.ABCD.com/username" without the controller name in MVC architecture, such that when i click the name of the particular user i want to show details of the user with just the name of the user showing in url.