Class MegaFormFileContent
The bytes + metadata of a file, ready to stream to a download response.
public sealed class MegaFormFileContent
- Inheritance
-
MegaFormFileContent
- Inherited Members
Properties
Content
Raw file bytes.
public byte[] Content { get; set; }
Property Value
- byte[]
ContentType
MIME content type of the file.
public string ContentType { get; set; }
Property Value
FileName
Original file name to present to the downloader.
public string FileName { get; set; }