London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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