Can any body help me to resolve url (route url) in MVC
when i enter into the system it redirects me to Dashboard it works perfectly.
I have user defined menu whose routing value stored in database as follows suppose i entered into the system it will redirect me to Dashboard page suppose i want to redirect to usermaster page then url should be as follows http://localhost:6782/Home/Index
but when i try to redirect to home index page the url should look like this http://localhost:6782/Dashboard/~/Voucher/Create
i want to remove Dashboard/~ how plz let me know