satisfying the validation before checking the validation

前端 未结 0 1920
悲哀的现实
悲哀的现实 2020-12-16 14:23

suppose I have the following class

class A
{
  [Required]
  public string Name {get; set;}
  [Required]
  public string NickName {get; set;}
  [Required]
  pu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题