RuntimeStorageStrategy.GetResourceKey(ASPxWebControlBase, Byte[], String) Method
Returns a key of the binary resource file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public virtual string GetResourceKey(
ASPxWebControlBase control,
byte[] content,
string mimeType
)
Parameters
Name | Type | Description |
---|---|---|
control | ASPxWebControlBase | An ASPxWebControlBase object representing the web control related to obtaining a binary resource file. |
content | Byte[] | An array of Byte objects representing the resource file’s binary content. |
mimeType | String | A String that represent the resource file’s MIME type. |
Returns
Type | Description |
---|---|
String | A String object that represents the key of the binary resource. |
See Also