Share via


DurableHttpResponse.Content Property

Definition

Content returned from an HTTP request.

[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