FileDataDownloader.Download(IFileData) Method
Initiates downloading the file stored within the specified IFileData object.
Namespace: DevExpress.ExpressApp.FileAttachments.Web
Assembly: DevExpress.ExpressApp.FileAttachment.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileData | IFileData | A IFileData object that stores a file to download. |
Remarks
You can call this method from a custom Action to download a file. Do not forget to set the IModelActionWeb.IsPostBackRequired property to true for such an Action.
See Also