2 references to InputFormatterResult
Microsoft.AspNetCore.Mvc.Abstractions (2)
Formatters\InputFormatterResult.cs (2)
11private static readonly InputFormatterResult _failure = new InputFormatterResult(hasError: true); 12private static readonly InputFormatterResult _noValue = new InputFormatterResult(hasError: false);