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.
私は .NET コーディングの初心者です。
正の整数のみが許可されているテキスト ボックスの検証を行うにはどうすればよいでしょうか?
Model プロパティで属性を使用しRangeます。
Range
[Range(0, int.MaxValue)] public int YourNumber { get; set; }