RawRequestBodyFormatterReadRequestBodyAsync(InputFormatterContext) - метод

Handle text/plain or no content type for string results Handle application/octet-stream for byte[] results

Definition

Пространство имён: Tessa.Web.Serialization
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public virtual Task<InputFormatterResult> ReadRequestBodyAsync(
	InputFormatterContext context
)

Параметры

context  InputFormatterContext

Возвращаемое значение

TaskInputFormatterResult

См. также