SystemTextJsonInputFormatter.SerializerOptions プロパティ

定義

JsonSerializerOptions 構成するために使用される を取得します JsonSerializer

public:
 property System::Text::Json::JsonSerializerOptions ^ SerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions SerializerOptions { get; }
member this.SerializerOptions : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property SerializerOptions As JsonSerializerOptions

プロパティ値

注釈

の 1 つのインスタンス SystemTextJsonInputFormatter が、すべての JSON 書式設定に使用されます。 オプションを変更すると、すべての入力書式に影響します。

適用対象