Back to Devexpress

ASPxWebControl.GetResourceUrl(Page, String) Method

aspnet-devexpress-dot-web-dot-aspxwebcontrol-dot-getresourceurl-x28-system-dot-web-dot-ui-dot-page-system-dot-string-x29.md

latest1.3 KB
Original Source

ASPxWebControl.GetResourceUrl(Page, String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static string GetResourceUrl(
    Page page,
    string url
)
vb
Public Shared Function GetResourceUrl(
    page As Page,
    url As String
) As String

Parameters

NameTypeDescription
pagePage

The page that requires the resource.

| | url | String | |

Returns

TypeDescription
String

The URL reference to the resource.

|

See Also

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace