I am trying to set URL because I am using AJAX get for all the processes. When I login in to the site it must say Home>PortalUser
When i click a menu say (Reseller) it should say Home/PortalUser/Reseller. then when i click a sub menu of reseller say Settings URL should be like this
Home/PortalUser/Reseller/Settings.
From this page i click the menu Reseller againg, then the URL should be like this Home/PortalUser/Reseller
How can I set this. I Am new to MVC , so pardon me if this is a silly question. Thanks in advance
Arjun