Class SystemTextJsonSettingsOptions
Used to specify settings for "System.Text.Json" based implementations of IJson
Inheritance
System.Object
SystemTextJsonSettingsOptions
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class SystemTextJsonSettingsOptions : Object
Constructors
SystemTextJsonSettingsOptions()
Declaration
public SystemTextJsonSettingsOptions()
Properties
SerializerOptions
The System.
Declaration
public JsonOptions SerializerOptions { get; set; }
Property Value
Type | Description |
---|---|
Microsoft. |