Skip to main content
A newer version of this page is available. .
Tab

StorageStrategy.GetResourceData(String) Method

Returns binary data related to the specified resource key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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