ASPxWebControl.GetResourceUrl(Page, String) Method
In This Article
Returns a URL reference to an embedded resource in an assembly.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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