StorageStrategy.GetResourceData(String) Method
Returns binary data related to the specified resource key.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | A String value that specifies the key related to the required binary data. |
Returns
| Type | Description |
|---|---|
| BinaryStorageData | A BinaryStorageData object that contains the binary data. |
See Also