Is it possible to pass route value to show the name of the user without the controller name in MVC
Posted
by kart
on Stack Overflow
See other posts from Stack Overflow
or by kart
Published on 2010-03-17T06:34:53Z
Indexed on
2010/03/17
6:41 UTC
Read the original article
Hit count: 227
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.
© Stack Overflow or respective owner