Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个下拉列表和一个文本框的视图。这两个(属性)不属于特定模型。
那么如何设置文本框的 MaxLength 属性以及如何设置强制验证。?
提前致谢。
您可以使用 CSS 设置 maxlenght
new { @maxlength="4" }
并使用 Jquery 进行验证
http://jqueryvalidation.org/documentation/