-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Model Validation Attributes For Min Max #251
Labels
area-model-binding
good-first-issue
Issues identified as good for first-time contributors
new feature
new feature request
Comments
i4004
added
area-model-binding
good-first-issue
Issues identified as good for first-time contributors
labels
Dec 29, 2023
yollosun
added a commit
to yollosun/Simplify.Web
that referenced
this issue
Jan 3, 2024
yollosun
added a commit
to yollosun/Simplify.Web
that referenced
this issue
Jan 4, 2024
i4004
added a commit
that referenced
this issue
Jan 7, 2024
[#251][add] maxAttribute and maxAttributeTests
yollosun
added a commit
to yollosun/Simplify.Web
that referenced
this issue
Jan 7, 2024
yollosun
added a commit
to yollosun/Simplify.Web
that referenced
this issue
Jan 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-model-binding
good-first-issue
Issues identified as good for first-time contributors
new feature
new feature request
Is your feature request related to a problem? Please describe.
I need to validate min and max values (int, decimal)
Describe the solution you'd like
Ex: [Min(100)]
Ex: [Max(100)]
The text was updated successfully, but these errors were encountered: