mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

Add overload to AddRoutesFromAssembly to support a collection of assemblies #222

Open john-t-white opened 11 years ago

john-t-white commented 11 years ago

I have a plug in style application and I would like the ability to just pass a collection of assemblies into the AddRoutesFromAssembly method. Currently I am looping through and calling it multiple times but it would be nice to be able to just call it once and pass in the list of assemblies.