摘要: start.up 添加FormOptions services.Configure<FormOptions>(options => { options.ValueCountLimit = int.MaxValue; // 5000 items max //options.ValueLengthLim 阅读全文
posted @ 2021-06-01 14:18 v587yy 阅读(97) 评论(0) 推荐(0) 编辑