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

ASPxWebControl.GetResourceUrl(Page, String) Method

Returns a URL reference to an embedded resource in an assembly.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public static string GetResourceUrl(
    Page page,
    string url
)

Parameters

Name Type Description
page Page

The page that requires the resource.

url String

Returns

Type Description
String

The URL reference to the resource.

See Also