Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SystemTextJsonSettingsOptions

Used to specify settings for "System.Text.Json" based implementations of IJsonInputFormatter and IJsonOutputFormatter

Inheritance
System.Object
SystemTextJsonSettingsOptions
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class SystemTextJsonSettingsOptions : Object

Constructors

SystemTextJsonSettingsOptions()

Declaration
public SystemTextJsonSettingsOptions()

Properties

SerializerOptions

The System.Text.Json.JsonSerializerOptions used by the formatter

Declaration
public JsonOptions SerializerOptions { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Mvc.JsonOptions

Extension Methods