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

StorageStrategy.ProcessRequest(String) Method

Processes the request to obtain the specified binary resource.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public abstract bool ProcessRequest(
    string key
)

Parameters

Name Type Description
key String

A String value that specifies the resource key of the binary data to obtain.

Returns

Type Description
Boolean

true if the requested binary data is obtained; otherwise, false.

See Also