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