You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <p>Use the original file name when downloading</p>
/// </summary>
public static readonly DownloadOptions UseOriginalFileName = new DownloadOptions { FileName = "" };
/// <summary>
/// <p>The name of the file to be downloaded</p>
/// <p>When field is null, no download attribute will be added.</p>
/// <p>When field is empty, the original file name will be used. Use <see cref="UseOriginalFileName"/> for quick initialized with original file names.</p>