NewtonsoftJsonPatchInputFormatter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextInputFormatter JSON Patch (application/json-patch+json) コンテンツの 。
public ref class NewtonsoftJsonPatchInputFormatter : Microsoft::AspNetCore::Mvc::Formatters::NewtonsoftJsonInputFormatter
public class NewtonsoftJsonPatchInputFormatter : Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonInputFormatter
type NewtonsoftJsonPatchInputFormatter = class
inherit NewtonsoftJsonInputFormatter
Public Class NewtonsoftJsonPatchInputFormatter
Inherits NewtonsoftJsonInputFormatter
- 継承
-
NewtonsoftJsonPatchInputFormatter
コンストラクター
NewtonsoftJsonPatchInputFormatter(ILogger, JsonSerializerSettings, ArrayPool<Char>, ObjectPoolProvider, MvcOptions, MvcNewtonsoftJsonOptions) |
新しい NewtonsoftJsonPatchInputFormatter インスタンスを初期化します。 |
プロパティ
ExceptionPolicy |
本文モデル バインダーですべての例外を処理する必要があるかどうかを示すフラグを取得します。 例外が処理された場合、本文モデル バインダーは例外をモデル状態エラーに変換します。それ以外の場合は例外の伝達が許可されます。 |
SerializerSettings |
を Newtonsoft.Json.JsonSerializerSettings 構成するために使用される を取得します Newtonsoft.Json.JsonSerializer。 (継承元 NewtonsoftJsonInputFormatter) |
SupportedEncodings |
この TextInputFormatterでサポートされている文字エンコーディングの変更可能なコレクションを取得します。 エンコードは、データの読み取り時に使用されます。 (継承元 TextInputFormatter) |
SupportedMediaTypes |
この InputFormatterでサポートされているメディア型要素の変更可能なコレクションを取得します。 (継承元 InputFormatter) |