Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.