Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
This commit is contained in:
parent
c5b2bc0df2
commit
9517e376a2
|
|
@ -351,7 +351,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders
|
|||
var bindingContext = GetBindingContext(destinationType);
|
||||
bindingContext.ValueProvider = new SimpleValueProvider(new CultureInfo("fr-FR"))
|
||||
{
|
||||
{ "theModelName", "32 000,1" }
|
||||
{ "theModelName", "32000,1" }
|
||||
};
|
||||
var binder = GetBinder();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue