5 references to SuccessAsync
FormatterWebSite (1)
StringInputFormatter.cs (1)
26
return await InputFormatterResult.
SuccessAsync
(stringContent);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\InputFormatter.cs (1)
104
return InputFormatterResult.
SuccessAsync
(GetDefaultValueForType(context.ModelType));
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\TextInputFormatterTest.cs (1)
223
return InputFormatterResult.
SuccessAsync
(_object);
ModelBinding\Binders\BodyModelBinderTests.cs (2)
29
.Returns(InputFormatterResult.
SuccessAsync
(new Person()))
763
return InputFormatterResult.
SuccessAsync
(this);