asp.net mvc url routing
Posted
by progtick
on Stack Overflow
See other posts from Stack Overflow
or by progtick
Published on 2009-08-25T22:47:25Z
Indexed on
2010/05/08
8:08 UTC
Read the original article
Hit count: 375
How do I map something like domain.com/username? The problem is I think that the MVC routing looks for the controller to determine how it should handle the mapping request.
I am pretty new to ASP.NET MVC.
However, based on the tutorials so far, the routing mechanism seems rather rigid.
© Stack Overflow or respective owner