ninject / Ninject.Web.Mvc

extension for ninject providing integration with ASP.NET MVC
http://ninject.org/
Other
238 stars 85 forks source link

Asp.Net MVC 4 Web Api Filters #21

Closed lukebelbina closed 12 years ago

lukebelbina commented 12 years ago

The BindFilter is currently set up to accept System.Web.Mvc filters.

In Asp.Net MVC 4 the Web Api's filters are System.Web.Http.Filters so they can't be used.

remogloor commented 12 years ago

Please use Ninject.Web.WebApi