Share via


InvokeResponse<T>.Body 屬性

定義

取得或設定回應的主體內容。

public T Body { get; set; }
member this.Body : 'T with get, set
Public Property Body As T

屬性值

T

本文內容。

備註

為了回應傳入叫用活動而產生的 POST,將會有 JSON 序列化此欄位中物件所產生的本文。

適用於