Minimal APIs ModelBinderProvider #33955
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-actions
Controller-like actions for endpoint routing
Milestone
Is your feature request related to a problem? Please describe.
I am trying to do let dapr-dotnet sdk support FromStateAttribute for Minimal APIs, but MvcOptions is not working. Because I use app.MapGet(?), it does not use MvcOptions.
Describe the solution you'd like
Let me know how add ModelBinderProvider to Minimal APIs, I can not find any document about this.
Or how custom model binder to Minimal APIs.
Additional context
The text was updated successfully, but these errors were encountered: