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

StorageStrategy.StoreResourceData(ASPxWebControlBase, String, BinaryStorageData) Method

Stores binary data with the specified resource key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual void StoreResourceData(
    ASPxWebControlBase control,
    string key,
    BinaryStorageData data
)

Parameters

Name Type Description
control ASPxWebControlBase

An ASPxWebControlBase descendant specifying the web control related to the binary data.

key String

A String value that specifies the binary data resource key.

data BinaryStorageData

A BinaryStorageData object containing the binary data to store.

Remarks

To learn more, read the Binary Storage Configuration topic.

See Also