System.Web.UI.IUrlResolutionService.ResolveClientUrl Method

Returns a resolved URL that is suitable for use by the client.

Syntax

public string ResolveClientUrl (string url)

Parameters

url
Documentation for this section has not yet been entered.

Returns

A string containing the resolved URL.

Remarks

If the specified URL is absolute, the absolute URL is returned without changes. Otherwise, the URL is converted to a relative URL that the client can resolve.

Requirements

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