Skip to main content
Tab

StorageStrategy.GetResourceData(String) Method

Returns binary data related to the specified resource key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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
BinaryStorageData

A BinaryStorageData object that contains the binary data.

See Also