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

StorageStrategy.GetResourceUrl(ASPxWebControlBase, Byte[], String) Method

OBSOLETE

Use the GetResourceUrl(ASPxWebControlBase control, byte[] content, string mimeType, string contentDisposition) method instread.

Returns a URL of the binary resource file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the GetResourceUrl(ASPxWebControlBase control, byte[] content, string mimeType, string contentDisposition) method instread.")]
public virtual string GetResourceUrl(
    ASPxWebControlBase control,
    byte[] content,
    string mimeType
)

Parameters

Name Type Description
control ASPxWebControlBase

An ASPxWebControlBase object that is a control that obtains a binary resource file.

content Byte[]

An array of Byte objects that is the resource file’s binary content.

mimeType String

A string that is the resource file’s MIME type.

Returns

Type Description
String

A String object that that is a URL of the binary resource.

See Also