FileContentResult Properties

 

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

NameDescription
System_CAPS_pubpropertyContentType

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

System_CAPS_pubpropertyFileContents

The binary content to send to the response.

System_CAPS_pubpropertyFileDownloadName

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

Return to top
Show: