gpt4 book ai didi

asp.net-mvc - 如何在 mvc4 的 cshtml View 页面中的 html.textboxfor 中设置数字范围验证?

转载 作者:行者123 更新时间:2023-12-04 18:45:00 25 4
gpt4 key购买 nike

代码:

@Html.TextBoxFor(x => x.PercentNos, new {@class = "percentage-numbers"})

如何在 @html.textboxfor 中设置数字限制从 0 到 100在 mvc4 的 cshtml View 页面中?

最佳答案

您可以使用 Range 属性将输入限制在 0 到 100 之间。您可以将此属性应用于您在 View 中使用的模型的(目标)属性。

[Range(0,100)]
public int PercentNos { get; set; }

关于asp.net-mvc - 如何在 mvc4 的 cshtml View 页面中的 html.textboxfor 中设置数字范围验证?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16394011/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com