How do i programmatically find list of all the controllers in a particular area ?
I did a Google search, but was not able to find anything relevant to it.
Since all the Controller to a particular area lies in a fixed namespace, i am thinking to find all controller that belongs in that namespace using reflection. Is there any other possible way ?