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

プロパティ値

適用対象