Is your feature request related to a problem? Please describe.
I need to validate the numeric range of input value.
For example validate that value bigger than 100 and less than 1000
Describe the solution you'd like
Ex: [Range(100, 1000)]
Describe alternatives you've considered
I considered the alternative of using regex Attribute, but I think using a function designed for ranging would be much more convenient.
Is your feature request related to a problem? Please describe.
I need to validate the numeric range of input value.
For example validate that value bigger than 100 and less than 1000
Describe the solution you'd like
Ex: [Range(100, 1000)]
Describe alternatives you've considered
I considered the alternative of using regex Attribute, but I think using a function designed for ranging would be much more convenient.