Using the code found here, I have managed to get a list of controllers in my mvc site (and can do whatever I want with that list) but I need to also get a list of views for each controller. Is there a way to do this?
Edit: To clarify, I'm looking to do this at run-time in order to get the views dynamically.