Код: Выделить всё
public decimal DiscountRate { get; set; }
Код: Выделить всё
@Html.TextBoxFor(x=>x.DiscountRate, new { @class = "form-control", @type = "number", step = "0.01", @placeholder = "0.00", @min="0", @max="100" })
Подробнее здесь: https://stackoverflow.com/questions/790 ... ly-with-or
Мобильная версия