Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Gets or sets the contents of the HTTP message.
Syntax
[CurrentContent := ] HttpRequestMessage.Content([SetContent: HttpContent])
Note
This method can be invoked using property access syntax.
Parameters
HttpRequestMessage
Type: HttpRequestMessage
An instance of the HttpRequestMessage data type.
[Optional] SetContent
Type: HttpContent
The contents of the HTTP message.
Return Value
[Optional] CurrentContent
Type: HttpContent
The contents of the HTTP message.
Related information
HttpRequestMessage Data Type
Get Started with AL
Developing Extensions