4 references to NoValueAsync
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
86
/// <see cref="InputFormatterResult.
NoValueAsync
()"/>. If <see langword="true"/>, the input
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\InputFormatter.cs (1)
107
return InputFormatterResult.
NoValueAsync
();
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\BodyModelBinderTests.cs (2)
126
.Returns(InputFormatterResult.
NoValueAsync
());
168
.Returns(InputFormatterResult.
NoValueAsync
())