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.
正規表現によって制御されるテキストボックスがあります:
[RegularExpression("[0-5]{1}[0-9]{1}:[0-5]{1}[0-9]{1},[0-9]{2}")] public string HighestValueStringDistance { get; set; }
正常に動作しますが、テキスト ボックスが表示されない場合があります (javascript を使用)。
ありがとう
使用する:
jQuery.validator.defaults.ignore = ":hidden"; // the line above is outside any $(document).ready(...) or similar $(document).ready(function(){ ... }); ...
ソース: MVC 3 目立たない検証 - 条件付きで検証を無効/有効にする