FileStreamResult Properties
Visual Studio 2010
The FileStreamResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentType | Gets the content type to use for the response. (Inherited from FileResult.) |
|
FileDownloadName | Gets or sets the content-disposition header so that a file-download dialog box is displayed in the browser with the specified file name. (Inherited from FileResult.) |
|
FileStream | Gets the stream that will be sent to the response. |
Community Additions
ADD
Show: