3 overrides of ReadRequestBodyAsync
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
58
public sealed override async Task<InputFormatterResult>
ReadRequestBodyAsync
(
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
99
public override async Task<InputFormatterResult>
ReadRequestBodyAsync
(InputFormatterContext context, Encoding encoding)
XmlSerializerInputFormatter.cs (1)
81
public override async Task<InputFormatterResult>
ReadRequestBodyAsync
(
1 reference to ReadRequestBodyAsync
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\TextInputFormatter.cs (1)
51
return
ReadRequestBodyAsync
(context, selectedEncoding);