ASP.NET MVC: Have total control over the URL
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-03-28T06:55:00Z
Indexed on
2010/03/28
7:03 UTC
Read the original article
Hit count: 259
c#
|asp.net-mvc
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?
© Stack Overflow or respective owner