billbogaiv / hybrid-model-binding

Provides the ability to bind models using both ModelBinder and ValueProvider in ASP.NET Core.
MIT License
104 stars 19 forks source link

Update IMvcBuilderExtensions #51

Closed billbogaiv closed 3 years ago

billbogaiv commented 3 years ago

New behavior leverages ASP.NET framework shortcuts for registering and configuring options. Benefit of new approach is avoiding building the ServiceProvider to get dependencies needed to register the binder.

Implements https://github.com/billbogaiv/hybrid-model-binding/issues/50