Answers for "annotation to check if intiger value is greater then 0 c# net core"

0

dataannotations number greater than 0

[Range(1, int.MaxValue, ErrorMessage = "Please enter a value bigger than {1}")]
public int Value { get; set; }
Posted by: Guest on September-10-2020

Code answers related to "annotation to check if intiger value is greater then 0 c# net core"

Browse Popular Code Answers by Language