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

Параметры

context  InputFormatterContext

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

Task<InputFormatterResult>

См. также