/api/WebService?param1=1&price=6.2 working
/api/WebService?param1=1&price=6,2 not working. The request is invalid error.
Server region settings set according to comma and i put globalization "tr-TR" on webconfig yet it does not work with comma. Besides i have tried ModelBinder however it does not work either.
How can i make it work with comma?
Use model binder like this:
Found in : ASP.NET MVC datetime culture issue when passing value back to controller