FileResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FileResult(String) | |
FileResult(FileBase) | |
FileResult(String, String) |
FileResult(String)
public FileResult (string fullPath);
Parameters
- fullPath
- System.String
Applies to
FileResult(FileBase)
FileResult(String, String)
public FileResult (string fullPath, string contentType);
Parameters
- fullPath
- System.String
- contentType
- System.String