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.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax Task<string> ReadRequestBodyAsStringAsync()
Return Value
Type:
TaskStringSee Also