I'm sending data using a get and get in the controller using a QueryString, the problem is that the value goes in a format without the decimal places, so when I have a value of type 10,20, it is sending only 1020 value.
@model IEnumerable<...
asked by
09.01.2016 / 22:22