SaaS CMS has officially launched! Learn more now.

Interface IJsonInputFormatterRegistry

A registry for IJsonInputFormatter instances

Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IJsonInputFormatterRegistry

Methods

Resolve(Type)

Resolves which IJsonInputFormatter that should be used to deserialize an input in a body request

Declaration
IJsonInputFormatter Resolve(Type type)
Parameters
Type Name Description
System.Type type

The type to deserialize to

Returns
Type Description
IJsonInputFormatter

A formatter to use for deserialization

Extension Methods