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

Add parameter bind-ordering #52

Closed billbogaiv closed 3 years ago

billbogaiv commented 3 years ago

New behavior allows specifying bind-ordering when manually associating an action-parameter with hybrid-binding. This behavior supercedes class-level bind-ordering, but property-level ordering still takes precedence.

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