Gets the body of the message from the corresponding Request.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The body of the message.Remarks
Examples
request.SetMessageBody("my post data"); Response response = request.Send(); string postData = response.MessageBody; // postData == "my post data"
See Also