By mswatcher
via geekswithblogs.net
Submitted: May 22 2008 / 13:22
I have been working with ASP.NET MVC for some time and yet I still had trouble trying to generate a URL in a view. URL generation is particularly important for ASP.NET MVC because it uses a routing engine to map URLs to code. If we hard code a URL then we lose the ability to later vary our routing scheme.
Add your comment