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.0.4
C#
public virtual Task<InputFormatterResult> ReadRequestBodyAsync(
	InputFormatterContext context
)

Параметры

context  InputFormatterContext

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

TaskInputFormatterResult

См. также