代码:
@Html.TextBoxFor(x => x.PercentNos, new {@class = "percentage-numbers"})
如何@html.textboxfor
在mvc4的cshtml视图页面中设置数字限制0到100?
代码:
@Html.TextBoxFor(x => x.PercentNos, new {@class = "percentage-numbers"})
如何@html.textboxfor
在mvc4的cshtml视图页面中设置数字限制0到100?