ASP.NET MVC: Have total control over the URL
- by Luke101
Hello,
I am developing a website that has nested categories. I would like the categories to be in the url such as something like this
http://www.dmoz.org/Computers/Programming/Component_Frameworks/NET/Chats_and_Forums/
as you can see in the above url the categories are in the url itself. How can I develop something like this in asp.net mvc?