Controller.File Method (String, String)
Creates a FilePathResult object by using the file name and the content type.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- fileName
- Type: System.String
The path of the file to send to the response.
- contentType
- Type: System.String
The content type (MIME type).
Show: