Property Body
Body
Gets the HTTP request body as string, decoded by the request content encoding.
public string Body { get; }
Property Value
Remarks
When calling this property, the entire content of the request is read into memory and stored in RawBody.