FileResult.FileDownloadName Property

Definition

Gets the file name that will be used in the Content-Disposition header of the response.

public:
 property System::String ^ FileDownloadName { System::String ^ get(); void set(System::String ^ value); };
public string FileDownloadName { get; set; }
member this.FileDownloadName : string with get, set
Public Property FileDownloadName As String

Property Value

Applies to