2 references to InputFormatterContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
37
:
this
(httpContext, modelName, modelState, metadata, readerFactory, treatEmptyInputAsDefaultValue: false)
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\BodyModelBinder.cs (1)
108
var formatterContext = new
InputFormatterContext
(