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で使用される SystemTextJsonInputFormatterJsonSerializerOptions取得します。

適用対象