System.Web.UI.Control.ResolveClientUrl Method

Gets a URL that can be used by the browser.

Syntax

public string ResolveClientUrl (string relativeUrl)

Parameters

relativeUrl
A URL relative to the current page.

Returns

A fully qualified URL to the specified resource suitable for use on the browser.

Remarks

Use the Control.ResolveClientUrl(string) 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.

Note:

The URL returned by this method is relative to the folder containing the source file in which the control is instantiated. Controls that inherit this property, such as System.Web.UI.UserControl and System.Web.UI.MasterPage, will return a fully qualified URL relative to the control.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0