Edit

Share via


TestHttpResponseMessage.Content() Method

Version: Available or changed with runtime version 15.0.

Gets the contents of the HTTP response.

Syntax

Content :=   TestHttpResponseMessage.Content()

Note

This method can be invoked using property access syntax.

Parameters

TestHttpResponseMessage
 Type: TestHttpResponseMessage
An instance of the TestHttpResponseMessage data type.

Return Value

Content
 Type: HttpContent
The contents of the test HTTP response.

TestHttpResponseMessage data type
Getting started with AL
Developing extensions