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