Returns a string value containing the unicode version of the request body that was sent to the web server, e.g. the JSON encoded parameters in a POST request.
For access to non-textual content (e.g. image sent as request body) use the Data property instead.
The string value returned is in unicode format and is automatically converted from UTF8 text in the request body.