NewtonsoftJsonOutputFormatter Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
NewtonsoftJsonOutputFormatter(JsonSerializerSettings, ArrayPool<Char>, MvcOptions) |
Obsoleti.
Inizializza una nuova istanza di NewtonsoftJsonOutputFormatter. |
NewtonsoftJsonOutputFormatter(JsonSerializerSettings, ArrayPool<Char>, MvcOptions, MvcNewtonsoftJsonOptions) |
Inizializza una nuova istanza di NewtonsoftJsonOutputFormatter. |
NewtonsoftJsonOutputFormatter(JsonSerializerSettings, ArrayPool<Char>, MvcOptions)
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
Attenzione
This constructor is obsolete and will be removed in a future version.
Inizializza una nuova istanza di NewtonsoftJsonOutputFormatter.
public:
NewtonsoftJsonOutputFormatter(Newtonsoft::Json::JsonSerializerSettings ^ serializerSettings, System::Buffers::ArrayPool<char> ^ charPool, Microsoft::AspNetCore::Mvc::MvcOptions ^ mvcOptions);
public NewtonsoftJsonOutputFormatter (Newtonsoft.Json.JsonSerializerSettings serializerSettings, System.Buffers.ArrayPool<char> charPool, Microsoft.AspNetCore.Mvc.MvcOptions mvcOptions);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public NewtonsoftJsonOutputFormatter (Newtonsoft.Json.JsonSerializerSettings serializerSettings, System.Buffers.ArrayPool<char> charPool, Microsoft.AspNetCore.Mvc.MvcOptions mvcOptions);
new Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter : Newtonsoft.Json.JsonSerializerSettings * System.Buffers.ArrayPool<char> * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter : Newtonsoft.Json.JsonSerializerSettings * System.Buffers.ArrayPool<char> * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
Public Sub New (serializerSettings As JsonSerializerSettings, charPool As ArrayPool(Of Char), mvcOptions As MvcOptions)
Parametri
- serializerSettings
- Newtonsoft.Json.JsonSerializerSettings
Oggetto Newtonsoft.Json.JsonSerializerSettings. Deve essere le impostazioni a livello di applicazione (SerializerSettings) o un'istanza CreateSerializerSettings() restituita inizialmente.
Oggetto ArrayPool<T>.
- mvcOptions
- MvcOptions
Oggetto MvcOptions.
- Attributi
Si applica a
NewtonsoftJsonOutputFormatter(JsonSerializerSettings, ArrayPool<Char>, MvcOptions, MvcNewtonsoftJsonOptions)
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
- Origine:
- NewtonsoftJsonOutputFormatter.cs
Inizializza una nuova istanza di NewtonsoftJsonOutputFormatter.
public NewtonsoftJsonOutputFormatter (Newtonsoft.Json.JsonSerializerSettings serializerSettings, System.Buffers.ArrayPool<char> charPool, Microsoft.AspNetCore.Mvc.MvcOptions mvcOptions, Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions? jsonOptions);
new Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter : Newtonsoft.Json.JsonSerializerSettings * System.Buffers.ArrayPool<char> * Microsoft.AspNetCore.Mvc.MvcOptions * Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions -> Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
Public Sub New (serializerSettings As JsonSerializerSettings, charPool As ArrayPool(Of Char), mvcOptions As MvcOptions, jsonOptions As MvcNewtonsoftJsonOptions)
Parametri
- serializerSettings
- Newtonsoft.Json.JsonSerializerSettings
Oggetto Newtonsoft.Json.JsonSerializerSettings. Deve essere le impostazioni a livello di applicazione (SerializerSettings) o un'istanza CreateSerializerSettings() restituita inizialmente.
Oggetto ArrayPool<T>.
- mvcOptions
- MvcOptions
Oggetto MvcOptions.
- jsonOptions
- MvcNewtonsoftJsonOptions
Oggetto MvcNewtonsoftJsonOptions.