Best Practices with MVC Route

Posted by codemnky on Stack Overflow See other posts from Stack Overflow or by codemnky
Published on 2010-04-17T03:49:35Z Indexed on 2010/04/17 3:53 UTC
Read the original article Hit count: 320

Filed under:
|

if this is asked before just point me in the right direction I am a OO and MVC newbie. I am following along the MVC Storefront(a little outdated now) where they are talking about routes and adding them to global.asax.cs

My question is this. wouldn't it be better if only 1 route is defined and after that everything is done programatically?

I dont want the user to navigate using the address bar

thank you

© Stack Overflow or respective owner

Related posts about mvc

Related posts about routes