Skip to content
Alexander Badewitz edited this page Mar 5, 2021 · 8 revisions

Ninject.Web.Mvc provides base infrastructure for applications based on MVC. There are specific versions for the first three MVC versions. For detailed documentation go to the appropriate page for the version you are using:

  • MVC 1.0: MVC1
  • MVC 2.0: MVC2
  • MVC 3.0: MVC3 (Works against MVC 4 and 5 too – the MVC aspects of DI Container integration have remained stable)

All these extensions depend on Ninject.Web.Common. Please have a look at that documentation too.