FileResult.FileDownloadName Property
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.
Gets or sets the content-disposition header so that a file-download dialog box is displayed in the browser with the specified file name.
public string FileDownloadName { get; set; }
member this.FileDownloadName : string with get, set
Public Property FileDownloadName As String
Property Value
The name of the file.