MvcNewtonsoftJsonOptions.ReadJsonWithRequestCulture プロパティ

定義

現在の HTTP 要求の の CurrentCulture 値が によって NewtonsoftJsonInputFormatterJSON 逆シリアル化に使用されるかどうかを判断するフラグを取得または設定します。

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

プロパティ値

既定値は false です。

適用対象