HttpResponseMessage.Content() Method
Version: Available or changed with runtime version 1.0.
Gets the contents of the HTTP response.
Syntax
Content := HttpResponseMessage.Content()
Note
This method can be invoked using property access syntax.
Parameters
HttpResponseMessage
Type: HttpResponseMessage
An instance of the HttpResponseMessage data type.
Return Value
Content
Type: HttpContent
The contents of the HTTP response.
Related information
HttpResponseMessage Data Type
Get Started with AL
Developing Extensions