I have created an asp.net MVC 3 project. This project has around 200+ webpages (Views/Partial views). Listing all these links one by one will be very time consuming and tedious. So now I want enlist all link available in this project automatically on single view, so that admin(user) will have access to all links available for respective users.
Here question arises, How to get all url available for views/partial views or to controller action in asp.net MVC?
I was trying asp.net MVC route table. but I think I was trying in wrong direction.