gpt4 book ai didi

c# - 我想让 EditorFor 文本框只接受数字

转载 作者:行者123 更新时间:2023-11-30 16:28:11 26 4
gpt4 key购买 nike

这是我的 View 模型:

[Required(ErrorMessageResourceType=typeof(Resources.ValidationsResources),
ErrorMessageResourceName = "Required")]
[Range(0, 9999,
ErrorMessageResourceType = typeof(Resources.ValidationsResources),
ErrorMessageResourceName = "SomenteNumeros")]
public Int16 Quantidade { get; set;}

这是我的观点:

 <label class="Quantidade">
<span>Quantidade</span>
@Html.EditorFor(model => model.Quantidade)
</label>

但我想在这个编辑器中屏蔽所有单词,只允许数字。

我该怎么做?

最佳答案

为此你需要 javascript。有很多jQuery plugins这可以帮助您实现这一目标。

关于c# - 我想让 EditorFor 文本框只接受数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7310796/

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