Gets a URL that can be used by the browser.
Assembly: System.Web (in System.Web.dll)
Public Function ResolveClientUrl ( _
relativeUrl As [%$TOPIC/ft88k42a_en-us_VS_110_1_0_0_0_0%] _
) As [%$TOPIC/ft88k42a_en-us_VS_110_1_0_0_0_1%]
public [%$TOPIC/ft88k42a_en-us_VS_110_1_0_1_0_0%] ResolveClientUrl(
[%$TOPIC/ft88k42a_en-us_VS_110_1_0_1_0_1%] relativeUrl
)
public:
virtual [%$TOPIC/ft88k42a_en-us_VS_110_1_0_2_0_0%]^ ResolveClientUrl(
[%$TOPIC/ft88k42a_en-us_VS_110_1_0_2_0_1%]^ relativeUrl
) sealed
abstract ResolveClientUrl :
relativeUrl:[%$TOPIC/ft88k42a_en-us_VS_110_1_0_3_0_0%] -> [%$TOPIC/ft88k42a_en-us_VS_110_1_0_3_0_1%]
override ResolveClientUrl :
relativeUrl:[%$TOPIC/ft88k42a_en-us_VS_110_1_0_3_0_2%] -> [%$TOPIC/ft88k42a_en-us_VS_110_1_0_3_0_3%]
Parameters
- relativeUrl
- Type:
SystemString
A URL relative to the current page.
Return Value
Type: SystemStringA fully qualified URL to the specified resource suitable for use on the browser.
Implements
IUrlResolutionServiceResolveClientUrl(String)| Exception | Condition |
|---|---|
| ArgumentNullException | relativeUrl is . |
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.
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 UserControl and MasterPage, will return a fully qualified URL relative to the control. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note