3 types derived from InputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\TextInputFormatter.cs (1)
13public abstract class TextInputFormatter : InputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\InputFormatterTest.cs (2)
432private class BadConfigurationFormatter : InputFormatter 440private class TestFormatter : InputFormatter
2 references to InputFormatter
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\InputFormatter.cs (2)
17/// this <see cref="InputFormatter"/>. 81/// Determines whether this <see cref="InputFormatter"/> can deserialize an object of the given