SaaS CMS has officially launched! Learn more now.

Class NewtonsoftJsonSerializerSettingsOptions

Used to specify settings for newtonsoft based implementations of IJsonInputFormatter and IJsonOutputFormatter

Inheritance
System.Object
NewtonsoftJsonSerializerSettingsOptions
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class NewtonsoftJsonSerializerSettingsOptions : Object

Constructors

NewtonsoftJsonSerializerSettingsOptions()

Declaration
public NewtonsoftJsonSerializerSettingsOptions()

Properties

SerializerSettings

The Newtonsoft.Json.JsonSerializerSettings used by the formatter

Declaration
public JsonSerializerSettings SerializerSettings { get; set; }
Property Value
Type Description
Newtonsoft.Json.JsonSerializerSettings

Extension Methods