View Model does not throw exception

后端 未结 0 475
庸人自扰
庸人自扰 2020-12-30 00:41

I am trying to create a mvc application:

I had a view:

 public class Employee
{
    [Key]
    public int Id { get; set; }

    [Required]
    [MaxLengt         


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