CustomWriteToResponseEventArgs(MemoryStream, String) Constructor
Initializes a new instance of the CustomWriteToResponseEventArgs class.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | MemoryStream | A System.IO.MemoryStream object that is a stream that will be sent to a client’s browser. |
| fileName | String | A string that is the name of the file to be saved. |
See Also