It would be fantastic to be able to apply the URL attribute to controller methods. This would facilitate friendly URL calls from a single controller. For example, I could have an "employee" controller, and an "add" method. If I could apply the URL attribute, I could make a call to
http://localhost/myapp/employee/add.ashx to add an employee.