Class NewtonsoftJsonSerializerSettingsOptions
Used to specify settings for newtonsoft based implementations of IJson
Inheritance
System.Object
NewtonsoftJsonSerializerSettingsOptions
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class NewtonsoftJsonSerializerSettingsOptions : Object
Constructors
NewtonsoftJsonSerializerSettingsOptions()
Declaration
public NewtonsoftJsonSerializerSettingsOptions()
Properties
SerializerSettings
The Newtonsoft.
Declaration
public JsonSerializerSettings SerializerSettings { get; set; }
Property Value
Type | Description |
---|---|
Newtonsoft. |