BinaryStorageData(Byte[], String, String) Constructor
Initializes a new instance of the BinaryStorageData object with the specified parameters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| content | Byte[] | An array of Byte objects that specifies a binary resource file’s content. |
| mimeType | String | A String that specifies a binary resource file’s MIME type. |
| contentDisposition | String | A string value specifying the content disposition. |
See Also