We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338ff27 commit fb32768Copy full SHA for fb32768
README.md
@@ -42,7 +42,7 @@ public void Configuration(IApplicationBuilder app)
42
public void ConfigureServices(IServiceCollection services)
43
{
44
...
45
- HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
+ HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
46
DIContainer.Current.RegisterJsonModelBinder();
47
48
}
0 commit comments