Control.ResolveClientUrl Method (String)
.NET Framework (current version)
Gets a URL that can be used by the browser.
Assembly: System.Web (in System.Web.dll)
abstract ResolveClientUrl : relativeUrl:string -> string override ResolveClientUrl : relativeUrl:string -> string
Parameters
- relativeUrl
-
Type:
System.String
A URL relative to the current page.
Return Value
Type: System.StringA fully qualified URL to the specified resource suitable for use on the browser.
| Exception | Condition |
|---|---|
| ArgumentNullException | relativeUrl is null. |
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
