In ASP.NET MVC is there a way to enumerate the controllers through code and get their name?
example:
AccountController HomeController PersonControlle
Create the property in every controller and then you get the name like this.