Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 932 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 932 Bytes

Castle.Windsor ASP.NET MVC bootstrapping package

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.

endorse