StorageStrategy.GetResourceUrl(ASPxWebControlBase, Byte[], String, String) Method
Returns the URL of the binary resource file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public abstract string GetResourceUrl(
ASPxWebControlBase control,
byte[] content,
string mimeType,
string contentDisposition
)
Parameters
Name | Type | Description |
---|---|---|
control | ASPxWebControlBase | An ASPxWebControlBase object representing a control that obtains a binary resource file. |
content | Byte[] | An array of Byte objects representing the resource file’s binary content. |
mimeType | String | A string that represents the resource file’s MIME type. |
contentDisposition | String | A string that represents the resource file’s content disposition. |
Returns
Type | Description |
---|---|
String | A String object that represents the URL of the binary resource. |
See Also