.net core webapi参数绑定处理

2021-07-01 10:06

阅读:457

标签:conf   infer   idf   sources   art   model   filter   .net core   mfile   

 

在 Startup的ConfigureServices方法中添加:

services.Configure(options =>
{
options.SuppressConsumesConstraintForFormFileParameters = true;
options.SuppressInferBindingSourcesForParameters = true;
options.SuppressModelStateInvalidFilter = true;
});

.net core webapi参数绑定处理

标签:conf   infer   idf   sources   art   model   filter   .net core   mfile   

原文地址:https://www.cnblogs.com/zhuyuchao/p/9953006.html

上一篇:c# 之 unsafe

下一篇:C# HttpHelper


评论


亲,登录后才可以留言!