Share via


IHttpRequestFeature.Body 屬性

定義

取得或設定 , Stream 如果有任何,則表示要求本文。

Null 可用來表示空的要求本文。

public:
 property System::IO::Stream ^ Body { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream Body { get; set; }
member this.Body : System.IO.Stream with get, set
Public Property Body As Stream

屬性值

適用於