Compartir a través de


DurableHttpRequest.Content Propiedad

Definición

Contenido pasado con la solicitud HTTP realizada por Durable Function.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a