MvcNewtonsoftJsonOptionsExtensions.UseMemberCasing 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置 JSON 序列化的大小写行为,以将成员的大小写用于属性名称、动态类型的属性和字典键。
public static Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions UseMemberCasing (this Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions options);
static member UseMemberCasing : Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions -> Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions
<Extension()>
Public Function UseMemberCasing (options As MvcNewtonsoftJsonOptions) As MvcNewtonsoftJsonOptions
参数
返回
MvcNewtonsoftJsonOptions 具有成员大小写设置。
注解
此方法修改 Newtonsoft.Json.JsonSerializerSettings.ContractResolver。