Form validation with tag-helper asp.net core 3.1 not show in red

后端 未结 0 1503
栀梦
栀梦 2020-12-23 20:24

I have a simple web application with create page using form with validations.

.cs code:

public class OneTask
    {
        public int Id { get; set; }
         


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