Castle.Windsor.Web.Mvc
1.0.0
This package simplifies bootstrapping of Castle.Windsor
container in your ASP.NET MVC 4 application.
To install this package, use following NuGet command:
PM> Install-Package Castle.Windsor.Web.Mvc
Package contains WindsorControllerFactory
, ControllersInstaller
and WindsorActivator
classes for your MVC application.
All controllers are now resolved with controller factory. To register your custom components
just create another Installer class
implementing IWindsorInstaller
interface.
Fo more informations how to use Windsor see the documentation.