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 2b59444 commit c904450Copy full SHA for c904450
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -294,6 +294,7 @@ private void RegisterControllerAssemblies(IMvcBuilder mvcBuilder)
294
{
295
mvcBuilder.AddMvcOptions(options => options.Conventions.Add(new SetRoutePrefix(new RouteAttribute(VirtualPath))));
296
}
297
+ mvcBuilder.AddMvcOptions(options => options.AllowEmptyInputInBodyModelBinding = true);
298
299
300
if (RestAPIHelpers.JsonSerializerCaseSensitive())
0 commit comments