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