Click or drag to resize
IRequestReadRequestBodyAsStringAsync Method
Reads the body of the request asynchronously and returns text representation of it. Then sets position of the request stream back to start.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
Task<string> ReadRequestBodyAsStringAsync()

Return Value

Type: TaskString
See Also