Back to Devexpress

ASPxWebControlBase.ResolveClientUrl(String) Method

aspnet-devexpress-dot-web-dot-aspxwebcontrolbase-dot-resolveclienturl-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

ASPxWebControlBase.ResolveClientUrl(String) Method

Gets a URL that can be used by the browser.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string ResolveClientUrl(
    string relativeUrl
)
vb
Public Function ResolveClientUrl(
    relativeUrl As String
) As String

Parameters

NameTypeDescription
relativeUrlString

A URL relative to the current page.

|

Returns

TypeDescription
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

ResolveClientUrl(String)

See Also

ASPxWebControlBase Class

ASPxWebControlBase Members

DevExpress.Web Namespace