Share via


DurableHttpRequest.Content Property

Definition

Content passed with the HTTP request made by the Durable Function.

[Newtonsoft.Json.JsonProperty("content")]
public string Content { get; }
[<Newtonsoft.Json.JsonProperty("content")>]
member this.Content : string
Public ReadOnly Property Content As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to