Class FormatterType
Specifies a formatter type
Inheritance
System.Object
FormatterType
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class FormatterType : Enum
Fields
Newtonsoft
Formatters based on Newtonsoft.Json
Declaration
public const FormatterType Newtonsoft
Field Value
Type | Description |
---|---|
Formatter |
SystemText
Formatters based on System.Text.Json
Declaration
public const FormatterType SystemText
Field Value
Type | Description |
---|---|
Formatter |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |