次の方法で共有


HttpMessage.Content プロパティ

定義

HTTP メッセージの内容を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="content")]
public object Content { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="content")>]
member this.Content : obj with get, set
Public Property Content As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象