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 JsonInputFormatterBodyModelBinder

Model binder that uses IJsonInputFormatterRegistry to resolve which IJsonInputFormatter to use to deserialize input

Inheritance
System.Object
JsonInputFormatterBodyModelBinder
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class JsonInputFormatterBodyModelBinder : BodyModelBinder

Constructors

JsonInputFormatterBodyModelBinder(JsonInputFormatterSelector, IHttpRequestStreamReaderFactory)

Creates a new instance of JsonInputFormatterBodyModelBinder

Declaration
public JsonInputFormatterBodyModelBinder(JsonInputFormatterSelector moduleFormatter, IHttpRequestStreamReaderFactory readerFactory)
Parameters
Type Name Description
JsonInputFormatterSelector moduleFormatter
Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory readerFactory

Extension Methods