ASPxWebControlBase.ResolveClientUrl(String) Method
In This Article
Gets a URL that can be used by the browser.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
relative |
String | A URL relative to the current page. |
#Returns
Type | Description |
---|---|
String | A fully qualified URL to the specified resource suitable for use on the browser. |
#Remarks
Use the ResolveClientUrl method to return a URL string suitable for use by the client to access resources on the Web server, such as image files, links to additional pages, and so on.
#Implements
See Also