FileStreamResult Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty ContentType

Gets the content type to use for the response.(Inherited from FileResult.)

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty FileStream

Gets the stream that will be sent to the response.

See Also

FileStreamResult Class
System.Web.Mvc Namespace

Return to top