Namespace Whipstaff.AspNetCore.FileTransfer
Classes
- BaseFileDownloadController<TGetRequestDto, TQueryDto>
Base class for a controller that serves a file with a mime\type.
- FileNameAndStreamModel
POCO object representing a file name and the respective stream. While FileStream has both properties, this is aimed at In Memory File Manipulation.