StorageStrategy.GetResourceData(String) Method
In This Article
Returns binary data related to the specified resource key.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual BinaryStorageData GetResourceData(
string key
)
#Parameters
Name | Type | Description |
---|---|---|
key | String | A String value that specifies the key related to the required binary data. |
#Returns
Type | Description |
---|---|
Binary |
A Binary |
See Also