SaaS CMS has officially launched! Learn more now.

Class FormatterType

Specifies a formatter type

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

Fields

Newtonsoft

Formatters based on Newtonsoft.Json

Declaration
public const FormatterType Newtonsoft
Field Value
Type Description
FormatterType

SystemText

Formatters based on System.Text.Json

Declaration
public const FormatterType SystemText
Field Value
Type Description
FormatterType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods