Closed lukebelbina closed 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.
Please use Ninject.Web.WebApi
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.