ASPxWebControl.GetResourceUrl(Page, Type, 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. |
type | Type | The type in the assembly that contains the embedded resource. |
resource |
String | The name of the resource to retrieve. |
#Returns
Type | Description |
---|---|
String | The URL reference to the resource. |
See Also