Skip to main content
Tab

ASPxWebControl.GetResourceUrl(Page, Type, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static string GetResourceUrl(
    Page page,
    Type type,
    string resourceName
)

Parameters

Name Type Description
page Page

The page that requires the resource.

type Type

The type in the assembly that contains the embedded resource.

resourceName String

The name of the resource to retrieve.

Returns

Type Description
String

The URL reference to the resource.

See Also