Class DownloadOptions
public class DownloadOptions
- Inheritance
-
DownloadOptions
- Inherited Members
- Extension Methods
Fields
UseOriginalFileName
Use the original file name when downloading
public static readonly DownloadOptions UseOriginalFileName
Field Value
Properties
FileName
The name of the file to be downloaded
When field is null, no download attribute will be added.
When field is empty, the original file name will be used. Use UseOriginalFileName for quick initialized with original file names.
public string? FileName { get; set; }