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) Версия: 3.6.0.22
C#
public virtual Task<InputFormatterResult> ReadRequestBodyAsync(
	InputFormatterContext context
)

Параметры

context  InputFormatterContext

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

TaskInputFormatterResult

См. также