FileContentResult Properties
Visual Studio 2010
The FileContentResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentType | Gets the content type to use for the response. (Inherited from FileResult.) |
|
FileContents | The binary content to send to the response. |
|
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.) |
Community Additions
ADD
Show: