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.
入力が正しい形式であるかどうかを検証する方法は? JUN-12のようなフォーマットをチェックする必要があります。つまり、MON-YY 形式です。このフィールドはモデルでは文字列型です。
どうすればこれを確認できますか?
モデルを検証する場合は、 を使用できますRegularExpressionAttribute。
RegularExpressionAttribute
コントローラーで検証する場合は、純粋な正規表現を使用できます。