IHttpRequestFeature.Body Proprietà

Definizione

Ottiene o imposta un oggetto Stream che rappresenta il corpo della richiesta, se presente.

Null può essere usato per rappresentare un corpo di richiesta vuoto.

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

Valore della proprietà

Si applica a