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