次の方法で共有


DurableHttpRequest.Content プロパティ

定義

Durable 関数によって行われた HTTP 要求で渡されたコンテンツ。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象