How do I obtain a list of all of the pages within an asp.net mvc project for use in a dropdown list.
I'd also like to obtain a list of all of the controls within that page.
The problem is that I'd be calling this from a different project in the same solution.
Can i use reflection for this????