NewtonsoftJsonPatchInputFormatter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
適用于 JSON 修補程式的 (TextInputFormatter 應用程式/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) |