3 overrides of ReadRequestBodyAsync
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\TextInputFormatter.cs (1)
35public override Task<InputFormatterResult> ReadRequestBodyAsync(InputFormatterContext context)
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\InputFormatterTest.cs (2)
434public override Task<InputFormatterResult> ReadRequestBodyAsync(InputFormatterContext context) 449public override Task<InputFormatterResult> ReadRequestBodyAsync(InputFormatterContext context)
1 reference to ReadRequestBodyAsync
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\InputFormatter.cs (1)
110return ReadRequestBodyAsync(context);