标签: c# json asp.net-core-mvc
[Range(0, int.MaxValue, ErrorMessage = "This must be a positive number")]
在count.Controllers.cs中,我写道:
namespace Count.Models { public class ReadItems { public string filename; public string url; } }