Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.17 KB

httpcontent-writefrom-secrettext-method.md

File metadata and controls

38 lines (31 loc) · 1.17 KB
title description ms.author ms.date ms.topic author ms.reviewer
HttpContent.WriteFrom(SecretText) Method
Sets HttpContent content to the provided SecretText.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

HttpContent.WriteFrom(SecretText) Method

Version: Available or changed with runtime version 12.0.

Sets HttpContent content to the provided SecretText.

Syntax

 HttpContent.WriteFrom(SecretText: SecretText)

Parameters

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

SecretText
 Type: SecretText
A new HttpContent is constructed with this value and headers from before.

See Also

HttpContent Data Type
Getting Started with AL
Developing Extensions