Language

JsonOptions クラス

定義

と SystemTextJsonOutputFormatterを構成SystemTextJsonInputFormatterするオプション。

public ref class JsonOptions
public class JsonOptions
type JsonOptions = class
Public Class JsonOptions
継承
JsonOptions

コンストラクター

名前 説明
JsonOptions()

と SystemTextJsonOutputFormatterを構成SystemTextJsonInputFormatterするオプション。

プロパティ

名前 説明
AllowInputFormatterExceptionMessages

による SystemTextJsonInputFormatter JSON 逆シリアル化からのエラー メッセージを に追加するかどうかを決定するフラグを取得または設定します ModelStateDictionary。 の場合 falseは、代わりに汎用エラー メッセージが使用されます。

JsonSerializerOptions

と SystemTextJsonOutputFormatterで使用される SystemTextJsonInputFormatter をJsonSerializerOptions取得します。

適用対象