pkg
Salazar/DecimalModelBinderv1.0.1
**IMPORTANT** Add the code below to your Global.asax > Application_Start() in order to load the binder in the application start: ModelBinders.Binders.Add(typeof(decimal), new DecimalModelBinder()); This is the code from http://haacked.com/archive/2011/03/19/fixing-binding-to-decimals.aspx/ with a few changes to work with invariant culture and multiple currency types in the same Model/page.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
May 13, 2014
Get Started
$ dotnet add package DecimalModelBinderReadme
No README available.