ASPxWebControl.GetResourceUrl(Page, Type, String) Method
Returns a URL reference to an embedded resource in an assembly.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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