4 types derived from TextInputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
13public partial class SystemTextJsonInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
18public class XmlDataContractSerializerInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
XmlSerializerInputFormatter.cs (1)
18public class XmlSerializerInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
20public partial class NewtonsoftJsonInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
4 references to TextInputFormatter
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\SystemTextJsonInputFormatter.cs (1)
11/// A <see cref="TextInputFormatter"/> for JSON content that uses <see cref="JsonSerializer"/>.
Formatters\TextInputFormatter.cs (1)
29/// this <see cref="TextInputFormatter"/>. The encodings are
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonInputFormatter.cs (1)
18/// A <see cref="TextInputFormatter"/> for JSON content.
NewtonsoftJsonPatchInputFormatter.cs (1)
15/// A <see cref="TextInputFormatter"/> for JSON Patch (application/json-patch+json) content.