MvcNewtonsoftJsonOptions.ReadJsonWithRequestCulture 属性

定义

获取或设置一个标志,用于确定是否将当前 HTTP 请求的 值 CurrentCulture 用于 JSON NewtonsoftJsonInputFormatter反序列化。

public bool ReadJsonWithRequestCulture { get; set; }
member this.ReadJsonWithRequestCulture : bool with get, set
Public Property ReadJsonWithRequestCulture As Boolean

属性值

默认值为 false

适用于