I have a simple web application with create page using form with validations.
.cs code:
public class OneTask { public int Id { get; set; }