.NET Framework Class Library
Control..::.ResolveClientUrl Method

Gets a URL that can be used by the browser.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
Visual Basic (Declaration)
Public Function ResolveClientUrl ( _
    relativeUrl As String _
) As String
Visual Basic (Usage)
Dim instance As Control
Dim relativeUrl As String
Dim returnValue As String

returnValue = instance.ResolveClientUrl(relativeUrl)
C#
public string ResolveClientUrl(
    string relativeUrl
)
Visual C++
public:
virtual String^ ResolveClientUrl(
    String^ relativeUrl
) sealed
JScript
public final function ResolveClientUrl(
    relativeUrl : String
) : String

Parameters

relativeUrl
Type: System..::.String
A URL relative to the current page.

Return Value

Type: System..::.String
A fully qualified URL to the specified resource suitable for use on the browser.

Implements

IUrlResolutionService..::.ResolveClientUrl(String)
ExceptionCondition
ArgumentNullException

relativeUrl is nullNothingnullptra null reference (Nothing in Visual Basic).

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.

ft88k42a.alert_note(en-us,VS.90).gifNote:

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 UserControl and MasterPage, will return a fully qualified URL relative to the control.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Page view tracker