Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets the stream that will be sent to the response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property FileStream As Stream
Get
Private Set
public Stream FileStream { get; private set; }
public:
property Stream^ FileStream {
Stream^ get ();
private: void set (Stream^ value);
}
Property Value
Type: System.IO.Stream
The file stream.