ASPxWebControlBase.ResolveClientUrl(String) Method
Gets a URL that can be used by the browser.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
relativeUrl | 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