IUrlResolutionService.ResolveClientUrl Method
.NET Framework 3.0
Returns a resolved URL that is suitable for use by the client.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
String ResolveClientUrl ( String relativeUrl )
function ResolveClientUrl (
relativeUrl : String
) : String
Not applicable.
Parameters
- relativeUrl
A URL relative to the current page.
Return Value
A String containing the resolved URL.Community Additions
ADD
Show: